"What's my IP" bash script

This bash alias displays your IP address: ```bash alias wanip='dig +short myip.opendns.com @resolver1.opendns.com' ```