diff --git a/zshrc b/zshrc index c4c1a93..f379c50 100644 --- a/zshrc +++ b/zshrc @@ -159,6 +159,8 @@ alias -g T='tail -f' alias -g G='| grep -v grep | grep' alias -g L='| less' alias -g M="| most" +alias -g S="| sort" +alias -g W="| wc -l" alias -g B="&|" alias -g HL="--help" alias -g MM="2>&1 | most"