jokeyrhyme / dotfiles

MOVED: https://gitlab.com/jokeyrhyme/dotfiles
8 stars 0 forks source link

proper separation of bashrc and profile #34

Open jokeyrhyme opened 5 years ago

jokeyrhyme commented 5 years ago

https://sneak.berlin/20191011/stupid-unix-tricks/

Before we begin, first note that bashrc refers to something that runs in each and every new shell, and profile refers to something that runs only in login shells (spawned by your terminal, not just a shell script, for example). They aren’t the same and you don’t want them to be the same.

jokeyrhyme commented 4 years ago

https://scriptingosx.com/2017/04/about-bash_profile-and-bashrc-on-macos/

jokeyrhyme commented 4 years ago

http://zsh.sourceforge.net/Doc/Release/Files.html