X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=3d6b28d5fc94186c5d77ab3a2552252773bf28f3;hb=5eb3974ac34161ab19b56f1a51a486ea672c70b2;hp=6db7057fe330ed76dcfe298e32743ccc303847c2;hpb=77fde5044a714adda614fe1ba5e4cd90b58300ae;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 6db7057..3d6b28d 100644 --- a/zsh/rc +++ b/zsh/rc @@ -426,6 +426,8 @@ alias -g D='E | colordiff L' alias -g G='| grep' alias -g S='| sort' alias -g U='| uniq' +alias -g H='| head' +alias -g T='| tail' # Make going up directories simple. alias -g ...='../..'