[zsh] Add externalip function
This commit is contained in:
7
dotfiles/lib/functions/externalip
Executable file
7
dotfiles/lib/functions/externalip
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
function externalip {
|
||||
curl -s ifconfig.co
|
||||
}
|
||||
|
||||
externalip
|
Reference in New Issue
Block a user