We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0623c91 commit 5c931a0Copy full SHA for 5c931a0
zsh/alias.zsh
@@ -110,17 +110,7 @@ alias -g A='| awk'
110
alias -g C='| copy'
111
alias -g L="| less"
112
alias -g S='| sort'
113
-alias -g U='| uniq'
114
-alias -g X='| xargs'
115
-alias -g bgh=">/dev/null"
116
-
117
-alias -g .zshrc="$ZDOTDIR/.zshrc"
118
-alias -g .zsh="$ZDOTDIR/.zshrc"
119
120
-alias -g .zprofile="$ZDOTDIR/.zprofile"
121
-alias -g .zp="$ZDOTDIR/.zprofile"
122
-alias -g .zpr="$ZDOTDIR/.zprofile"
123
-alias -g .zpro="$ZDOTDIR/.zprofile"
+alias -g SU='| sort -u'
124
125
if command_exists nvim; then
126
alias vi="\\vim"
0 commit comments