Tweak/Update myip bash function

This commit is contained in:
2014-09-08 20:57:26 +01:00
parent 9ccb07e8b6
commit 92db054d07

View File

@@ -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