mirror of https://github.com/akelge/zsh
Add support for IPv6 to myip
This commit is contained in:
parent
b8eec1e213
commit
ff3b1e4db3
|
@ -29,7 +29,7 @@ alias vi="vim "
|
||||||
|
|
||||||
alias du1="du -h --max-depth=1"
|
alias du1="du -h --max-depth=1"
|
||||||
alias psg="ps ax|grep "
|
alias psg="ps ax|grep "
|
||||||
alias myip="dig +short myip.opendns.com @resolver1.opendns.com"
|
alias myip="dig +short ANY @resolver1.opendns.com myip.opendns.com"
|
||||||
|
|
||||||
alias delkey="ssh-keygen -R "
|
alias delkey="ssh-keygen -R "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue