1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 09:40:09 +00:00
ohmyzsh/plugins/ips
2021-06-27 20:29:19 -03:00
..
ips.plugin.zsh change external ip track service 2021-06-27 20:29:19 -03:00
README.md change external ip track service 2021-06-27 20:29:19 -03:00

ips plugin

Maintainer: @Frani

This plugin provides completion as well as adding many useful aliases.

To use it, add ips to the plugins array in your zshrc file:

plugins=(... ips)

Aliases

Alias Command Description
ipe curl -s ipv4.icanhazip.com Display your current external ip v4
ipi `ifconfig grep -Eo 'inet (addr:)?([0-9].){3}[0-9]'