]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: add GB, SL aliases
authorSimon Ruderich <simon@ruderich.org>
Mon, 9 Mar 2015 09:32:42 +0000 (10:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Mar 2015 03:02:09 +0000 (04:02 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 2d8680eceda8708a2e8f7224734a351ec86313b2..f638ee8313e49cc42bb19335fb994b888dc87560 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -836,9 +836,11 @@ alias -g A1="| awk '{ print \$1 }'"
 alias -g A2="| awk '{ print \$2 }'"
 alias -g A3="| awk '{ print \$3 }'"
 alias -g G='| grep'
+alias -g GB='| grep -vE "^Binary file .+ matches\$"'
 alias -g H='| head'
 alias -g P='| perl'
 alias -g S='| sort'
+alias -g SL='| sort | less'
 alias -g T='| tail'
 alias -g U='| uniq'