X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=e5d41202b833274aa29ef8a755e998bda8f8d256;hb=9155b43f447c52252d6930d856296aaf85b37afc;hp=04acf1e0bb453013d5edf101eb1cf3e27f2164dc;hpb=82d42321c92ee8fde57d62d07a3563f0f6b50bb4;p=config%2Fdotfiles.git 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'