Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 7 months agoReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comexternal-linkmessage-square43linkfedilinkarrow-up1134arrow-down111
arrow-up1123arrow-down1external-linkReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 7 months agomessage-square43linkfedilink
minus-squareharsh3466@lemmy.mllinkfedilinkarrow-up30arrow-down2·7 months agoI love zoxide. Makes traversing the filesystem so much faster!
minus-squarevvv@programming.devlinkfedilinkarrow-up16·7 months 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·7 months agoBut zoxide updates automatically, where you have to update CDPATH manually.
minus-squarefxomt [abandoned account]@lemmy.dbzer0.comBannedlinkfedilinkarrow-up5·edit-21 month agoRemoved by mod
minus-squareAlbbi@lemmy.calinkfedilinkarrow-up4arrow-down1·7 months 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 yourcdtab completion, without installing extra stuffBut zoxide updates automatically, where you have to update CDPATH manually.
Removed by mod
Me too! Only learned about it a while ago too. I hate logging into machines that don’t have it.