[Bug 50485] Re: New tabs do not run command as a login shell
John Florian
jflorian at doubledog.org
Mon Jul 10 15:59:03 UTC 2006
Problem solved and not a bug with gnome-terminal. My ~/.bash_profile
had:
[ -r .bashrc ] && source .bashrc
But, if I've moved out of my $HOME in the first tab, the above would
fail to source .bashrc. I resolved the issue by changing to:
[ -r ~/.bashrc ] && source ~/.bashrc
--
New tabs do not run command as a login shell
https://launchpad.net/bugs/50485
More information about the desktop-bugs
mailing list