]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: Add global aliases for head and tail.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 6db7057fe330ed76dcfe298e32743ccc303847c2..3d6b28d5fc94186c5d77ab3a2552252773bf28f3 100644 (file)
--- 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 ...='../..'