Fixing v command.

This commit is contained in:
Faerbit 2015-11-29 23:04:37 +01:00
parent d9f5e78231
commit 60b8dd1e35

2
zshrc
View File

@ -44,7 +44,7 @@ alias poweroff='sudo poweroff'
alias reboot='sudo reboot'
alias n='ninja'
alias cmake='cmake -G Ninja'
if test -f $(which nvim)
if test -f "$(which nvim)"
then
alias v='nvim'
else