this post was submitted on 18 Jul 2024
271 points (98.6% liked)

Programmer Humor

19176 readers
954 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 1 year ago
MODERATORS
271
Which one??? (programming.dev)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Fuck it, .zshrc it is.

Image transcription:

  • Top text: I STILL DON'T KNOW WHAT SHOULD GO IN .*RC VERSUS .*PROFILE
  • Bottom text: AND AT THIS POINT I'M AFRAID TO ASK
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 months ago (3 children)

Afaik the difference is whether a session is interactive or not, and non-interactive ones don't source the rc

[–] [email protected] 1 points 2 months ago (2 children)

But what would I want in a login shell that I don't also want in a non login shell?

[–] [email protected] 2 points 2 months ago (1 children)

Presumably just to get rid of unnecessary stuff that would slow down the start of all bash instances. Also aliases that could fuck with scripts

[–] [email protected] 1 points 2 months ago

This really triggered an itch in me and I'm having trouble finding answers. It sounds like .profile might get sourced by your desktop environment when you log in but I'm having trouble finding out one way or the other. Every search I make just ends up with people asking about shells.