From: Simon Ruderich Date: Fri, 24 Apr 2009 22:14:51 +0000 (+0200) Subject: zsh: Remove superfluous comments. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=1fefd8c3cfebc6c0bc68c2fbf668853c2eda60e6;p=config%2Fdotfiles.git zsh: Remove superfluous comments. --- diff --git a/zsh/rc b/zsh/rc index 461c294..6d2b806 100644 --- a/zsh/rc +++ b/zsh/rc @@ -325,16 +325,11 @@ zstyle ':completion:*:(hg|git)*:*' ignore-line yes # Make sure aliases are expanded when using sudo. alias sudo='sudo ' -# Redirect stderr to stdout. +# Global aliases for often used commands used in the command line. alias -g E='2>&1' - -# Simplify calls to less, automatically redirects all output. alias -g L='E | less' -# Simplify calls to colordiff, output is also piped through less. alias -g D='E | colordiff L' -# Simplify calls to grep. alias -g G='| grep' -# Simplify calls to sort. alias -g S='| sort' # Automatically use unified diffs.