From 5fd0f47ed5b29996bc713dd643eed365fc198fc2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 1 Aug 2022 02:50:54 -0500 Subject: [PATCH] feat: alias pd to popd --- dots/.config/zsh/profile/profile/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/zsh/profile/profile/aliases.zsh b/dots/.config/zsh/profile/profile/aliases.zsh index d5b8f02..5a8baf3 100644 --- a/dots/.config/zsh/profile/profile/aliases.zsh +++ b/dots/.config/zsh/profile/profile/aliases.zsh @@ -50,3 +50,4 @@ alias e="${EDITOR}" alias Get-Public-IPV4="dig @resolver4.opendns.com myip.opendns.com +short -4" alias Get-Public-IPV6="dig @resolver1.ipv6-sandbox.opendns.com AAAA myip.opendns.com +short -6" alias cv="command -v" +alias pd="popd"