272
Which one??? (programming.dev)
submitted 3 months ago* (last edited 3 months ago) by JackbyDev@programming.dev to c/programmer_humor@programming.dev

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
[-] dohpaz42@lemmy.world 10 points 3 months ago

So, assuming bash is your shell, the ~/.bash_profile is executed for login shells for the user logging in.

~/.bashrc is the initialization script for when starting a bash session (for the current user).

In my experience, the ~/.bashrc will also execute ~/.bash_profile if it exists. So you can use either.

[-] JackbyDev@programming.dev 1 points 3 months ago

What would I want in login environments I wouldn't also want in interactive ones though?

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

Programmer Humor

19423 readers
441 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