learnbyexample to Linux@lemmy.mlEnglish • 1 year agoNavigating around in your shellblog.meain.iomessage-square20fedilinkarrow-up176arrow-down14
arrow-up172arrow-down1external-linkNavigating around in your shellblog.meain.iolearnbyexample to Linux@lemmy.mlEnglish • 1 year agomessage-square20fedilink
minus-square@ENipo@lemmy.worldlinkfedilink4•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-square@taladar@sh.itjust.workslinkfedilink3•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 Chimplinkfedilink1•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.