Update aliases for pushd and popd
This commit is contained in:
parent
2038ce17ad
commit
e752364478
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -56,7 +56,8 @@ setopt \
|
||||||
# load bash/zsh/ksh agnostic configurations
|
# load bash/zsh/ksh agnostic configurations
|
||||||
source $HOME/.rc
|
source $HOME/.rc
|
||||||
|
|
||||||
alias pd='popd'
|
alias pd='pushd'
|
||||||
|
alias pod='popd'
|
||||||
|
|
||||||
#alias -g nc='netcat'
|
#alias -g nc='netcat'
|
||||||
alias -g lessnw='less -S'
|
alias -g lessnw='less -S'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue