This commit is contained in:
Sankara Rameswaran 2017-05-02 02:24:04 +00:00 committed by GitHub
commit ebdfee6aa8
3 changed files with 23 additions and 0 deletions

4
custom/ip.zsh Normal file
View file

@ -0,0 +1,4 @@
function whatismyip() {
echo `curl http://whatismyip.akamai.com/ -s`
}