consular icon indicating copy to clipboard operation
consular copied to clipboard

bash started without --login

Open mackuba opened this issue 14 years ago • 1 comments

When I first set up Terminitor for my project, most commands didn't work because /usr/local/bin wasn't in the PATH. I found out that this was because Terminitor starts $SHELL in new tabs, and $SHELL points to /bin/bash, but calling /bin/bash starts Bash in non-login mode which doesn't read the contents of /etc/profile, only /bin/bash --login causes this file to load. I've fixed it by setting SHELL="/bin/bash --login" in .bash_profile, but I'm wondering if there isn't a better way to do this from inside Terminitor... If not, then maybe it's worth adding that to the docs? I suppose there must be more people than just me that have this problem.

mackuba avatar Mar 06 '11 14:03 mackuba

I also ran into this issue. What's the opinion of the UNIX cracks?

der-flo avatar May 10 '11 14:05 der-flo