From: Simon Ruderich Date: Tue, 27 Jan 2009 16:58:20 +0000 (+0100) Subject: Add global shortcut to cd up four directories. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d0da86f8287a4454309b3cc2557d7e54ac71bd60;hp=f5d7699997ef7aff787306a78fedb874f7ce61c6;p=config%2Fdotfiles.git Add global shortcut to cd up four directories. --- diff --git a/zsh/rc b/zsh/rc index 7a94a3e..9bedf87 100644 --- 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).