always quote with cd
This commit is contained in:
parent
aacce5b1ff
commit
e20c0578b1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue