]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: add GB, SL aliases
[config/dotfiles.git] / 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'