ohmyzsh/plugins/ips/ips.plugin.zsh
2021-06-27 20:29:19 -03:00

3 lines
196 B
Bash

# easy get ip - internal & external
alias ipe="curl -s ipv4.icanhazip.com"
alias ipi="ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*'| grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'"