Merge pull request #1273 from ystein/master

Typo in cd-wrapper
master
Robby Russell 13 years ago
commit 421a738b49
  1. 4
      lib/directories.zsh

@ -26,9 +26,9 @@ cd () {
elif [[ "x$*" == "x...." ]]; then
cd ../../..
elif [[ "x$*" == "x....." ]]; then
cd ../../..
elif [[ "x$*" == "x......" ]]; then
cd ../../../..
elif [[ "x$*" == "x......" ]]; then
cd ../../../../..
else
builtin cd "$@"
fi

Loading…
Cancel
Save