A
harsh3466
Sadly, this is by design.
Am American. Never heard of four wheel turning shoppng carts and want them right now.
That's wonderful!
Thank you!!!!
I've used pecans and almonds in the past. Chocolate or other sauces are sometimes used as an accompaniment instead of the honey and nuts. Honestly, it's a free for all when it comes to toppings.
They're so good! Hit them up for some!
You steal our women and we steal your donuts?
I'm not familiar with autojump
Nice! I guess I can be even lazier when navigating!
zoxide. It's a fabulous cd
replacement. It builds a database as you navigate your filesystem. Once you've navigated to a directory, instead of having to type cd /super/long/directory/path
, you can type zoxide path
and it'll take you right to /super/long/directory/path
.
I have it aliased to zd
. I love it and install it on every system
You can do things like using a partial directory name and it'll jump you to the closest match in the database. So zoxide pa
would take you to /super/long/directory/path
.
And you can do partial paths. Say you've got two directories named data
in your filesystem.
One at /super/long/directory/path1/data
And the other at /super/long/directory/path2/data
You can do zoxide path2 data
and you'll go to /super/long/directory/path2/data
I believe this is a Mastodon post that's also federating to lemmy