X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f638ee8313e49cc42bb19335fb994b888dc87560;hb=8fe2d8fae639efeede7db5c083cff3f5d8417368;hp=2d8680eceda8708a2e8f7224734a351ec86313b2;hpb=4f7b2f8b413a236e0e310cfa8f4c7e05cca30ec8;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 2d8680e..f638ee8 100644 --- 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'