oops, vim func was broken
This commit is contained in:
parent
83b95408ba
commit
b078daa648
3 changed files with 2 additions and 3 deletions
2
zshrc
2
zshrc
|
@ -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 "$@"
|
||||
}
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue