Skip to content

Commit

Permalink
fix typo in cd-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannik Stein committed Aug 5, 2012
1 parent d05b201 commit 9172b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/directories.zsh
Expand Up @@ -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
Expand Down

0 comments on commit 9172b3a

Please sign in to comment.