Added alias x="exit"
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -89,6 +89,7 @@ plugins=(
|
|||||||
systemd
|
systemd
|
||||||
web-search
|
web-search
|
||||||
k
|
k
|
||||||
|
# zsh-wakatime # enable if you use wakatime with 'https://github.com/wbingli/zsh-wakatime'
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
#plugins+=(zsh-nvm)
|
#plugins+=(zsh-nvm)
|
||||||
@@ -148,6 +149,7 @@ SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10,
|
|||||||
#setopt hist_ignore_all_dups # dont record duplicated entries in history during a single session
|
#setopt hist_ignore_all_dups # dont record duplicated entries in history during a single session
|
||||||
alias wip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address
|
alias wip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address
|
||||||
alias l="ls -lah"
|
alias l="ls -lah"
|
||||||
|
alias x="exit"
|
||||||
|
|
||||||
https() { # make httpie use https
|
https() { # make httpie use https
|
||||||
http https://$1 $2 $3 $4 $5 $6 $7 $8 $9 $10
|
http https://$1 $2 $3 $4 $5 $6 $7 $8 $9 $10
|
||||||
|
|||||||
Reference in New Issue
Block a user