this post was submitted on 27 Aug 2024
0 points (NaN% liked)

Programmer Humor

34818 readers
396 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old
[–] sunshine@lemmy.ml -1 points 7 months ago

I've gone back and forth between a common bashrc file in my Dropbox folder that is symlinked to ~/.bashrc on my devices, and one that is imported from a regular bashrc instead, and recently it ended up in a state where it accidentally tried to do both, resulting in an endless loop. I discovered this on my Pop!_OS PC, which reacted to this situation by crashing on login lol. What??