Skip to content

Commit 5c931a0

Browse files
authored
remove unused global aliases
1 parent 0623c91 commit 5c931a0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

zsh/alias.zsh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,7 @@ alias -g A='| awk'
110110
alias -g C='| copy'
111111
alias -g L="| less"
112112
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"
113+
alias -g SU='| sort -u'
124114

125115
if command_exists nvim; then
126116
alias vi="\\vim"

0 commit comments

Comments
 (0)