]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Add global aliases for head and tail.
authorSimon Ruderich <simon@ruderich.org>
Sat, 13 Mar 2010 17:30:48 +0000 (18:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 13 Mar 2010 17:30:48 +0000 (18:30 +0100)
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 ...='../..'