this post was submitted on 02 Oct 2023
3 points (100.0% liked)

Programmer Humor

22354 readers
2720 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] aleq@lemmy.world 1 points 2 years ago (1 children)

Reasonable and sane behavior of cd. Just get into the habit of always using lower case names for files and directories, that's how our forefathers did it.

[–] drolex@sopuli.xyz 2 points 2 years ago (1 children)

Yes, but this is the default on many distros, so for once the end user is not to blame

[–] MooseBoys@lemmy.world 1 points 2 years ago (1 children)

Even worse, many components will ignore the XDG_DOWNLOAD_DIR var so even if you manually change it to $HOME/downloads (lower-case) it will often break things.

[–] Synthead@lemmy.world 1 points 2 years ago (1 children)

Keep filling those bugs and stop complaining on random forums, kids

[–] FiskFisk33@startrek.website -1 points 1 year ago

Porque no los dos?

[–] Sh1nyM3t4l4ss@lemmy.world 0 points 2 years ago (1 children)

Use a shell with decent auto-completion. I have not been irritated by this in years.

[–] Skimmer@lemmy.zip 0 points 2 years ago (1 children)

What shell would you recommend? 🤔

[–] Sh1nyM3t4l4ss@lemmy.world 0 points 2 years ago

I use fish which is quite nice OOTB, although if you want a posix compliant shell, zsh with some plugins is also great.