Added alias for getting external IP address.

This commit is contained in:
staticsafe 2012-01-09 13:27:48 -05:00
parent a787fa4106
commit 4f03279625
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -23,3 +23,4 @@ setopt inc_append_history
alias rmdir='rm -r'
alias sl='ls'
alias octalperm="stat -c '%A %a %n' *"
alias myip="wget -qO- ifconfig.me/ip"