learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 year agoNavigating around in your shellblog.meain.ioexternal-linkmessage-square19fedilinkarrow-up169arrow-down13
arrow-up166arrow-down1external-linkNavigating around in your shellblog.meain.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 year agomessage-square19fedilink
minus-squareENipo@lemmy.worldlinkfedilinkarrow-up4·1 year 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·1 year 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·1 year 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.