this post was submitted on 13 Apr 2025
123 points (92.4% liked)

Linux

8214 readers
222 users here now

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

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] harsh3466@lemmy.ml 28 points 2 months ago (4 children)

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

[–] vvv@programming.dev 16 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

[–] victorz@lemmy.world 3 points 2 months ago

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

load more comments (2 replies)