fix typo in cd-wrapper

master
Yannik Stein 14 years ago
parent d05b2010ff
commit 9172b3a89f
  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