betty icon indicating copy to clipboard operation
betty copied to clipboard

Add to .bash_profile on OS X instead of .bashrc

Open daylen opened this issue 10 years ago • 2 comments

By default the Mac OS X Terminal uses .bash_profile, not .bashrc. The installation script should concatenate to .bash_profile so that users don't have to change it manually.

daylen avatar May 08 '14 08:05 daylen

Oh, you are right. I have the following at the top of my .bash_profile: "source ~/.bashrc" But we can't expect everyone else to do that.

Don't other consoles use .[name]rc? So we can't just change it to .[name]_profile without some contextual intelligence there.

pickhardt avatar May 13 '14 06:05 pickhardt

good (open) question in the meantime: commit 1fef87d258a49c6d98c60a79d2f9c989b36b2146

pannous avatar May 13 '14 11:05 pannous