diff --git a/zshrc b/zshrc index 8d849f9..2a591ea 100644 --- a/zshrc +++ b/zshrc @@ -1297,7 +1297,6 @@ function unshorten() function ippub() { #curl ifconfig.me - #lynx --dump http://www.whatismyip.com/|grep Your|awk '{print $4}' #wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d" " -f 6 | cut -d\< -f 1 dig +short myip.opendns.com @resolver1.opendns.com }