]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Add global aliases A (| awk) and P (| perl).
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:24:40 +0000 (18:24 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:24:40 +0000 (18:24 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 14388f03d116fd6d9adf5385d1112a5e5c851e44..bf314adff3b67b70035695fdb68befe44fbf9bd9 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -629,8 +629,10 @@ alias sudo='sudo '
 alias -g E='2>&1'
 alias -g L='2>&1 | less'
 alias -g D='2>&1 | colordiff | less'
+alias -g A='| awk'
 alias -g G='| grep'
 alias -g H='| head'
+alias -g P='| perl'
 alias -g S='| sort'
 alias -g T='| tail'
 alias -g U='| uniq'