mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
931 B
931 B
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 ipinfo.io/ip |
Display your current external ip |
| ipi | `ifconfig | grep -Eo 'inet (addr:)?([0-9].){3}[0-9]' |