[zsh] Add externalip function
This commit is contained in:
parent
98198dd648
commit
9651dbbb0f
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
|
Loading…
Reference in New Issue
Block a user