feat: alias pd to popd

This commit is contained in:
Price Hiller 2022-08-01 02:50:54 -05:00
parent 9da6ec1088
commit 5fd0f47ed5

View File

@ -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"