X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f24addea903d738ab9b7baf821bf26b138f97c8e;hb=ad3abac286a1b5d6fe0ae2fcca7f8cbdfb51f61a;hp=5336a6deffadbf31b281f91fa66ffa6a6615be70;hpb=37b4c318c94cecf19d21869474c42917e9b5fb8e;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 5336a6d..f24adde 100644 --- a/zsh/rc +++ b/zsh/rc @@ -365,6 +365,7 @@ alias -g L='E | less' alias -g D='E | colordiff L' alias -g G='| grep' alias -g S='| sort' +alias -g U='| uniq' # Make going up directories simple. alias -g ...='../..'