From 92db054d07afeecde5d05a88595a1afde46e3e35 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 Sep 2014 20:57:26 +0100 Subject: [PATCH] Tweak/Update myip bash function --- shell/aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/aliases.sh b/shell/aliases.sh index 0e2a5c1..aae1f8c 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -39,7 +39,7 @@ alias fku="fuck you" # Improved myip alias. Echoed to avoid strange character at end in ZSH. function myip { - echo `curl -s whatismyip.akamai.com` + echo "$(curl -s whatismyip.akamai.com)" } # appends your key to a server's authorized keys file