1
0
Fork 0

always quote with cd

pull/5/head
Jonathan Dahan 13 years ago
parent aacce5b1ff
commit e20c0578b1

@ -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

Loading…
Cancel
Save