this post was submitted on 13 Apr 2025
134 points (100.0% liked)

Linux

8169 readers
10 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 2 months ago (3 children)

I love zoxide. Makes traversing the filesystem so much faster!

[–] [email protected] 15 points 2 months ago (1 children)

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 your cd tab completion, without installing extra stuff

[–] [email protected] 3 points 2 months ago

But zoxide updates automatically, where you have to update CDPATH manually.

[–] [email protected] 4 points 2 months ago

Me too! Only learned about it a while ago too. I hate logging into machines that don't have it.

[–] [email protected] 4 points 2 months ago

I've just replaced cd with it. It's so fucking convenient writing cd n and immediately entering my config, then writing cd f and entering some other project of mine.