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"