From b185107c9c6015e9f10515838688f8f93c386cba Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 29 Aug 2012 18:27:44 +0200 Subject: [PATCH] zsh/rc: Update documentation for global aliases. --- zsh/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index bf314ad..8cc5d4d 100644 --- 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' -- 2.44.1