always quote with cd

This commit is contained in:
Jonathan Dahan 2012-01-26 13:45:19 -05:00
parent aacce5b1ff
commit e20c0578b1

View file

@ -30,7 +30,7 @@ function upgrade_zsh() {
zstyle -t ':omz:plugin:update-omz' color && printf "$FG[red]"
fi
cd $current_path
cd "$current_path"
}
if zstyle -t ':omz:plugin:upgrade' auto-upgrade; then