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