mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge ccf8bd0e89 into 5667161d49
This commit is contained in:
commit
ebdfee6aa8
3 changed files with 23 additions and 0 deletions
4
custom/ip.zsh
Normal file
4
custom/ip.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function whatismyip() {
|
||||
echo `curl http://whatismyip.akamai.com/ -s`
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue