From 990a645c48bbc18f75fe66688873304cd482ee35 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Wed, 27 Apr 2022 16:09:40 -0500 Subject: [PATCH] IP Aliases --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index e095668..f8396d2 100644 --- a/.zshrc +++ b/.zshrc @@ -26,3 +26,7 @@ zi light z-shell/zsh-diff-so-fancy ZSH_BITWARDEN_COPY_CMD=pbcopy #zi ice depth"1" #zi light romkatv/powerlevel10k + +# Aliases +alias ip="curl ipinfo.io/ip" +alias iplocal="ipconfig getifaddr en0"