Make e global alias

This commit is contained in:
Sam A. 2022-06-17 20:35:10 +02:00
parent 004b4e886e
commit 3408428739
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ alias gsur="git submodule update --remote"
(( ${+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"
alias cl="clear"
alias e="\$EDITOR"
alias -g e="\$EDITOR"
alias grep="grep --color=always"
alias ls="ls --color=always"
alias q="exit 0"