From 1fefd8c3cfebc6c0bc68c2fbf668853c2eda60e6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2009 00:14:51 +0200 Subject: [PATCH] zsh: Remove superfluous comments. --- zsh/rc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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. -- 2.44.1