From 34d13557a9417572de2de81ba5577576bc0d0135 Mon Sep 17 00:00:00 2001 From: Matheus Peviani Vellone Date: Sun, 8 Aug 2021 21:04:54 -0300 Subject: [PATCH] zsh: add ip alias --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1bc1539..4bf63c9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -138,6 +138,7 @@ alias vim='nvim' alias ll='ls -lh' alias dclean='docker ps -aq | xargs docker stop; docker ps -aq | xargs docker rm' +alias ip='curl -4 ifconfig.io' alias windows='sudo grub-reboot "$(grep -i windows /boot/grub/grub.cfg | cut -d "\"" -f 2)"' # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.