From 6fab5c22b8626fb999a24cf40b9310977494dfdf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 14 Sep 2011 16:51:40 -0700 Subject: [PATCH] Alias for popd --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index f60dc72..7d044bf 100644 --- a/zshrc +++ b/zshrc @@ -47,6 +47,8 @@ setopt \ # load bash/zsh/ksh agnostic configurations source $HOME/.rc +alias pd='popd' + #alias -g nc='netcat' alias -g lessnw='less -S'