Zsh: Add dotnet update alias
This commit is contained in:
parent
8bc416ac59
commit
fe1bc299c9
|
@ -18,6 +18,7 @@ alias ls="ls --color=always"
|
||||||
alias q="exit"
|
alias q="exit"
|
||||||
alias zgrep="zgrep --color=always"
|
alias zgrep="zgrep --color=always"
|
||||||
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
|
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
|
||||||
|
(( ${+commands[dotnet]} )) && alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"
|
||||||
|
|
||||||
if (( ${+commands[exa]} )); then
|
if (( ${+commands[exa]} )); then
|
||||||
alias exa="exa -Fh --color=always --git --icons"
|
alias exa="exa -Fh --color=always --git --icons"
|
||||||
|
|
Loading…
Reference in a new issue