From 9155b43f447c52252d6930d856296aaf85b37afc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 8 Apr 2009 14:13:03 +0200 Subject: [PATCH] zsh: Add new global alias S which calls sort. --- zsh/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/rc b/zsh/rc index 04acf1e..e5d4120 100644 --- 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' -- 2.44.2