X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=92aebe723efbcbe2049481e76471fb913bf2684e;hb=5ff79f8b7305155cd780493d68404b2e074d0f97;hp=bf314adff3b67b70035695fdb68befe44fbf9bd9;hpb=6a1732133999aec6493c5c0225ac2e1ddf5fdfbc;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index bf314ad..92aebe7 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 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'