neovim, switch to flattened (another theme again, I know right?)
This commit is contained in:
parent
66f366ad52
commit
ac3580c83f
7 changed files with 10 additions and 20 deletions
5
zshrc
5
zshrc
|
@ -228,4 +228,9 @@ greset() {
|
|||
/usr/bin/git clean -fd
|
||||
/usr/bin/git reset --hard
|
||||
}
|
||||
vim() {
|
||||
local vimbin
|
||||
vimbin=$(whence nvim) || vimbin=$(whence vim)
|
||||
$vimbin "$@"
|
||||
}
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue