From e752364478405e2747cf9633899f5af30566b066 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 30 Nov 2011 13:08:57 -0800 Subject: [PATCH] Update aliases for pushd and popd --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 99266de..37ad5c7 100644 --- a/zshrc +++ b/zshrc @@ -56,7 +56,8 @@ setopt \ # load bash/zsh/ksh agnostic configurations source $HOME/.rc -alias pd='popd' +alias pd='pushd' +alias pod='popd' #alias -g nc='netcat' alias -g lessnw='less -S'