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-squareENipo@lemmy.worldlinkfedilinkarrow-up4·11 months agoOh I really like this. I never had an alias for this since I need to do multiple backwards cds very rarely, but I might just copy this
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
minus-squareExecutive Chimp@discuss.tchncs.delinkfedilinkarrow-up1·11 months agoGo for it. I’ve been using it for years without a problem.
Oh I really like this. I never had an alias for this since I need to do multiple backwards cds very rarely, but I might just copy this
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
Go for it. I’ve been using it for years without a problem.