diff --git a/rc.os/Debian.zsh b/rc.os/Debian.zsh index c12c10d..7f8bf37 100644 --- a/rc.os/Debian.zsh +++ b/rc.os/Debian.zsh @@ -1,4 +1,4 @@ -# vim: set syntax=zsh: +# vim: set syntax=zsh: # Completion for apache 2 Debian tools @@ -56,7 +56,7 @@ if [ "x$SSH_CLIENT" = "x" ]; then USE_XTABS=True fi -if [ -x $(which -p vim) ]; then +if [ -x "$(which -p vim)" ]; then export EDITOR=vim export VISUAL=vim fi