Alias x changed to e, main file renamed to install.sh

This commit is contained in:
JGill
2021-10-06 10:45:52 +05:30
parent 031809b3ff
commit 60cc3d397e
2 changed files with 1 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10,
alias myip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address alias myip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address
alias l="ls -lah" alias l="ls -lah"
alias x="exit" alias e="exit"
# CUSTOM FUNCTIONS # CUSTOM FUNCTIONS

View File