Remove d and s aliases
This commit is contained in:
parent
1b0c7ed77e
commit
151f1b30e5
|
@ -31,7 +31,6 @@ alias gsa="git submodule add"
|
||||||
alias gsur="git submodule update --remote"
|
alias gsur="git submodule update --remote"
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
(( ${+commands[doas]} )) && alias d="doas" || alias s="sudo"
|
|
||||||
(( ${+commands[nvim]} )) && alias vim="nvim"
|
(( ${+commands[nvim]} )) && alias vim="nvim"
|
||||||
(( ${+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"
|
(( ${+commands[dotnet]} )) && alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"
|
||||||
|
|
Loading…
Reference in a new issue