1
0
Fork 0

oops, vim func was broken

This commit is contained in:
Von Random 2018-07-04 19:25:37 +03:00
parent 83b95408ba
commit b078daa648
3 changed files with 2 additions and 3 deletions

2
zshrc
View file

@ -242,7 +242,7 @@ s() {
# prefer neovim over vim
vim() {
local vim
vim=$(whence nvim) || vimbin=$(whence vim)
vim=$(whence nvim) || vim=$(whence vim)
$vim "$@"
}
# }}}