Alias for popd

This commit is contained in:
Eryn Wells 2011-09-14 16:51:40 -07:00
parent e0398fd5c8
commit 6fab5c22b8

2
zshrc
View file

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