]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Remove superfluous comments.
authorSimon Ruderich <simon@ruderich.org>
Fri, 24 Apr 2009 22:14:51 +0000 (00:14 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 24 Apr 2009 22:14:51 +0000 (00:14 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 461c294244c9f48cdf23f0822b6b6de05cb1aa3c..6d2b806eefb683dad6ffd28dd221ac83d0176eb4 100644 (file)
--- 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.