3 ms·
What's the bash equivalent to zsh's "setopt autopushd"?
by ramen 16y ago
What's the bash equivalent to zsh's "setopt autopushd"?
- deleted 16y ago[deleted]
- FaceKicker 16y agoI don't know what that is, but does it do more than alias cd='pushd'?
- ramen 16y agoThat's essentially what it does, but if you use the "autocd" option as well, you don't need to type "cd" - you can just use the name of a directory as a command. So, "autopushd" would ensure that these operations use the directory stack also.