Comment 7 for bug 525552

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 525552] Re: Byobu overwrites shell prompt setting

Okay, from the bash manpage, it says:

       When bash is invoked as an interactive login shell, or as a
non-interactive shell with the --login option, it first reads and
executes commands from the file /etc/profile, if that file exists.
       After reading that file, it looks for ~/.bash_profile,
~/.bash_login, and ~/.profile, in that order, and reads and executes
commands from the first one that exists and is readable. The
--noprofile option may be used when the shell is started to inhibit
this behavior.

Can you confirm that you only have one of these 3 files?