From 4f03279625a1d4026d57961b8bbd6558121d4fbf Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 9 Jan 2012 13:27:48 -0500 Subject: [PATCH] Added alias for getting external IP address. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index a8e1490..6820bf2 100644 --- a/.zshrc +++ b/.zshrc @@ -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" \ No newline at end of file