From d0da86f8287a4454309b3cc2557d7e54ac71bd60 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 27 Jan 2009 17:58:20 +0100 Subject: [PATCH 1/1] Add global shortcut to cd up four directories. --- zsh/rc | 1 + 1 file changed, 1 insertion(+) 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). -- 2.44.2