1
0
Fork 0

neovim, switch to flattened (another theme again, I know right?)

This commit is contained in:
Von Random 2018-07-02 20:03:58 +03:00
parent 66f366ad52
commit ac3580c83f
7 changed files with 10 additions and 20 deletions

5
zshrc
View file

@ -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 "$@"
}
# }}}