learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agoNavigating around in your shellblog.meain.ioexternal-linkmessage-square23fedilinkarrow-up177arrow-down14
arrow-up173arrow-down1external-linkNavigating around in your shellblog.meain.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 11 months agomessage-square23fedilink
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