Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 28 days agoReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comexternal-linkmessage-square21fedilinkarrow-up190arrow-down18
arrow-up182arrow-down1external-linkReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 28 days agomessage-square21fedilink
minus-squareharsh3466@lemmy.mllinkfedilinkarrow-up18arrow-down2·28 days agoI love zoxide. Makes traversing the filesystem so much faster!
minus-squarevvv@programming.devlinkfedilinkarrow-up12·28 days agomost shells have a CDPATH which works just like PATH but for directories. set it to $HOME/projects/:$HOME/porn/ or whatever, and you’ll get the subdirectories in your cd tab completion, without installing extra stuff
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up3·27 days agoBut zoxide updates automatically, where you have to update CDPATH manually.
minus-squareAlbbi@lemmy.calinkfedilinkarrow-up2arrow-down1·28 days agoMe too! Only learned about it a while ago too. I hate logging into machines that don’t have it.
I love zoxide. Makes traversing the filesystem so much faster!
most shells have a CDPATH which works just like PATH but for directories. set it to
$HOME/projects/:$HOME/porn/
or whatever, and you’ll get the subdirectories in yourcd
tab completion, without installing extra stuffBut zoxide updates automatically, where you have to update CDPATH manually.
Me too! Only learned about it a while ago too. I hate logging into machines that don’t have it.