From fd66a0c2664274f4a3f072239cd2b6a99053e5f5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 13 Aug 2011 09:00:48 -0700 Subject: [PATCH] --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index a58ecbe..ee74305 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -223,7 +223,7 @@ alias u='cd ..' alias uu='cd ../..' alias uuu='cd ../../..' alias uuuu='cd ../../../..' -alias whatismyip='curl http://www.whatismyip.com/automation/n09230945.asp' +alias myip='curl icanhazip.com' alias rhino='java org.mozilla.javascript.tools.shell.Main'