]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Update documentation for global aliases.
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:27:44 +0000 (18:27 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:27:44 +0000 (18:27 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index bf314adff3b67b70035695fdb68befe44fbf9bd9..8cc5d4ddd90ba46d897ac0bee357b92daf204fc2 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -625,10 +625,11 @@ fi
 # Make sure aliases are expanded when using sudo.
 alias sudo='sudo '
 
-# Global aliases for often used commands in the command line.
+# Global aliaes for often used redirections.
 alias -g E='2>&1'
 alias -g L='2>&1 | less'
 alias -g D='2>&1 | colordiff | less'
+# Global aliases for often used commands in the command line.
 alias -g A='| awk'
 alias -g G='| grep'
 alias -g H='| head'