learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agoNavigating around in your shellblog.meain.ioexternal-linkmessage-square21fedilinkarrow-up176arrow-down14
arrow-up172arrow-down1external-linkNavigating around in your shellblog.meain.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agomessage-square21fedilink
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up3·11 months agoI have the zsh option autopushd set which calls pushd in interactive shells for every cd, that way 90% of the time when I want to go back up to another path I can just use popd
I have the zsh option autopushd set which calls pushd in interactive shells for every cd, that way 90% of the time when I want to go back up to another path I can just use popd