zshlibs/config/global.config.zsh
2022-01-11 18:03:28 +03:00

4 lines
66 B
Bash

function ifconfig.me () {
echo $(curl -s http://ifconfig.me/)
}