X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=9bedf87f36b8c56ca5a2a198d4ad123299ffebec;hb=d0da86f8287a4454309b3cc2557d7e54ac71bd60;hp=7a94a3e8d559e54d44488770f435aa7f43ad12fd;hpb=f5d7699997ef7aff787306a78fedb874f7ce61c6;p=config%2Fdotfiles.git 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).