]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Sort global aliases.
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:24:18 +0000 (18:24 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Aug 2012 16:24:18 +0000 (18:24 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index e630ed4bcaf637066cb13cfda0bf21b94975e488..14388f03d116fd6d9adf5385d1112a5e5c851e44 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -630,10 +630,10 @@ alias -g E='2>&1'
 alias -g L='2>&1 | less'
 alias -g D='2>&1 | colordiff | less'
 alias -g G='| grep'
-alias -g S='| sort'
-alias -g U='| uniq'
 alias -g H='| head'
+alias -g S='| sort'
 alias -g T='| tail'
+alias -g U='| uniq'
 
 # Make going up directories simple.
 alias -g ...='../..'