1
0
Эх сурвалжийг харах

Wrap cd of pwdfile in quotes

Thomas Dy 9 жил өмнө
parent
commit
d263faf99d

+ 1 - 1
.zsh/pwdfile.zsh

@@ -13,6 +13,6 @@ if [[ -x $(which xdotool 2> /dev/null) ]] && [[ -n "$DISPLAY" ]] then
   if [[ $ACTIVEWIN -le 1 ]]; then
   if [[ $ACTIVEWIN -le 1 ]]; then
       chpwd
       chpwd
   else
   else
-      cd $(cat $PWDFILE)
+      cd "$(cat $PWDFILE)"
   fi
   fi
 fi
 fi