diff --git a/ezshrc.zsh b/ezshrc.zsh index c897356..4b7d592 100644 --- a/ezshrc.zsh +++ b/ezshrc.zsh @@ -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 l="ls -lah" -alias x="exit" +alias e="exit" # CUSTOM FUNCTIONS diff --git a/ez.sh b/install.sh similarity index 100% rename from ez.sh rename to install.sh