]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/directories.zsh
Squashed commit of the following + cleanup afterwards:
[dotfiles.git] / zsh / lib / directories.zsh
index e445eb84cf69b96d968eff970751b00d556392b3..6c743e40ec943bbe3f188e187752e584c3bfa2db 100644 (file)
@@ -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