add alias for publicip
parent
b46c46a133
commit
b16ffb5e88
1
.zshrc
1
.zshrc
|
@ -73,6 +73,7 @@ fi
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
alias egrep='egrep --colour=auto'
|
alias egrep='egrep --colour=auto'
|
||||||
alias fgrep='fgrep --colour=auto'
|
alias fgrep='fgrep --colour=auto'
|
||||||
|
alias publicip='dig +short txt ch whoami.cloudflare @1.0.0.1'
|
||||||
|
|
||||||
# llama keybindings
|
# llama keybindings
|
||||||
# | Key binding | Description |
|
# | Key binding | Description |
|
||||||
|
|
Loading…
Reference in New Issue