this post was submitted on 15 Jun 2024
1671 points (98.9% liked)
Programmer Humor
19463 readers
37 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That annoys the fuck out of me. I want the folders I put in /home, not your shit. Put it in /.local or something and fuck off.
I believe the folder you are attempting to refer to is for all users so you probably do want to have the config in
~/.config
unless you want everyone to have the same. Also /home is the directory that includes all users respective~/
directories so use~/
when referring to your own home directory.Edit I can't figure out the formatting. My client is showing
<sub>
where ~ should be.