Configure cd To Behave Like pushd In Zsh
Last updated
Was this helpful?
Last updated
Was this helpful?
The Zsh environment has a setting that allows you to make the cd
command behave like the pushd
command. Normally when you use cd
the is not effected. However, if you add the following setting to your ~/.zshrc
file:
then using cd
to navigate directories will cause those directories to be added to the dirs
stack.
This is the default in the .