Add e alias

This commit is contained in:
Sam A. 2022-06-14 18:24:34 +02:00
parent 7f59f38967
commit 00bd6e0dd5
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ alias gsur="git submodule update --remote"
# Misc.
alias cl="clear"
alias e="\$EDITOR"
alias grep="grep --color=always"
alias ls="ls --color=always"
alias q="exit 0"