From 0de8714276303ac5c30c5fdfd8e36fac8fbe11ee Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 23 Nov 2010 18:39:19 -0800 Subject: [PATCH] add whatismyip alias (curl whatismyip.com) --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index b80806b..e178ff4 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -203,6 +203,7 @@ alias u='cd ..' alias uu='cd ../..' alias uuu='cd ../../..' alias uuuu='cd ../../../..' +alias whatismyip='curl http://www.whatismyip.com/automation/n09230945.asp' if mac; then alias chrome='/Users/sjs/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files >/dev/null 2>&1 &!'