]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: Fix typo in documentation.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index bf314adff3b67b70035695fdb68befe44fbf9bd9..92aebe723efbcbe2049481e76471fb913bf2684e 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 aliases 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'