mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Tweak/Update myip bash function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user