diff --git a/custom/ip.zsh b/custom/ip.zsh new file mode 100644 index 000000000..20d264749 --- /dev/null +++ b/custom/ip.zsh @@ -0,0 +1,4 @@ +function whatismyip() { + echo `curl http://whatismyip.akamai.com/ -s` +} +