]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add global shortcut to cd up four directories.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Jan 2009 16:58:20 +0000 (17:58 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:42 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 7a94a3e8d559e54d44488770f435aa7f43ad12fd..9bedf87f36b8c56ca5a2a198d4ad123299ffebec 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -206,6 +206,7 @@ alias vqs='vim -c "cd $(hg root)/.hg/patches/" "$(hg root)/.hg/patches/series"'
 # Make going up directories simple.
 alias -g ...='../..'
 alias -g ....='../../..'
+alias -g .....='../../../..'
 
 # Improved ls which displays the files in columns (-C), visualizes directories,
 # links and other special files (-F) and pages everything through less (L).