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.
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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
Yes, but this is the default on many distros, so for once the end user is not to blame
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.
Keep filling those bugs and stop complaining on random forums, kids
Porque no los dos?
Use a shell with decent auto-completion. I have not been irritated by this in years.
What shell would you recommend? 🤔
I use fish which is quite nice OOTB, although if you want a posix compliant shell, zsh with some plugins is also great.