Remove vim alias
This commit is contained in:
parent
829b6a2310
commit
40e7d4f46b
|
@ -31,9 +31,10 @@ alias gsa="git submodule add"
|
||||||
alias gsur="git submodule update --remote"
|
alias gsur="git submodule update --remote"
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
(( ${+commands[nvim]} )) && alias vim="nvim"
|
(( ${+commands[tmux]} )) \
|
||||||
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
|
&& 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"
|
||||||
alias cl="clear"
|
alias cl="clear"
|
||||||
alias -g e="\$EDITOR"
|
alias -g e="\$EDITOR"
|
||||||
alias grep="grep --color=always"
|
alias grep="grep --color=always"
|
||||||
|
|
Loading…
Reference in a new issue