[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ~/.profile and ~/.bash_profile aren't executed on login
From: |
Geir Hauge |
Subject: |
Re: ~/.profile and ~/.bash_profile aren't executed on login |
Date: |
Mon, 11 Dec 2017 08:09:58 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
On Sun, Dec 10, 2017 at 07:22:36PM -0800, Yuri wrote:
> It only calls ~/.profile when it is named 'sh'.
In posix mode, bash only looks for ~/.profile, but when you run it in
non-posix mode, it will look for ~/.bash_profile and ~/.bash_login
first. You probably have a ~/.bash_profile in addition to ~/.profile.
Assuming this is the case, I suggest you merge whatever it contains into
~/.profile, and remove the ~/.bash_profile file.
--
Geir Hauge
- Re: ~/.profile and ~/.bash_profile aren't executed on login, (continued)
Re: ~/.profile and ~/.bash_profile aren't executed on login, Yuri, 2017/12/10
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Chet Ramey, 2017/12/10
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Yuri, 2017/12/10
- Re: ~/.profile and ~/.bash_profile aren't executed on login,
Geir Hauge <=
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Chet Ramey, 2017/12/11
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Yuri, 2017/12/11
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Greg Wooledge, 2017/12/11
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Chet Ramey, 2017/12/11
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Greg Wooledge, 2017/12/11
- Re: ~/.profile and ~/.bash_profile aren't executed on login, Chet Ramey, 2017/12/11