]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Add new global alias S which calls sort.
authorSimon Ruderich <simon@ruderich.org>
Wed, 8 Apr 2009 12:13:03 +0000 (14:13 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 8 Apr 2009 12:13:03 +0000 (14:13 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 04acf1e0bb453013d5edf101eb1cf3e27f2164dc..e5d41202b833274aa29ef8a755e998bda8f8d256 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -312,6 +312,8 @@ alias -g L='E | less'
 alias -g D='E | colordiff L'
 # Simplify calls to grep.
 alias -g G='| grep'
+# Simplify calls to sort.
+alias -g S='| sort'
 
 # Automatically use unified diffs.
 alias diff='diff -u'