Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
OpenIndiana Hipster 2019.10: Bash-it shows up just fine in MATE terminal but not over SSH #1454
Comments
Thanks for opening this issue. The reddit discussion pretty much has all the analysis... The issue seems to be that for your OS, the respective file that Bash-it installs in isn't loaded for SSH sessions. Possible solutions:
A third alternative would be to work with the OpenIndiana folks to figure out why they handle the Bash configuration files in a different way than other Linux flavors... |
I emailed the discussion mailing list this morning. Here's what the shell looks like in MATE: And here's what it looks like over SSH: Here's what happens when I |
@nwinkler I think I'm making some progress: the above may be happening because SSH is a login shell while the MATE terminal is a non-login shell, and in Unix both types of shells read from different sources. |
Since I've created an issue that gets to the root of this problem (see above), I'm closing this one. |
Bash version: 5.0.11(1)-release (x86_64-pc-solaris2.11)
Bash-it works in MATE terminal, but when I SSH into the OpenIndiana machine it doesn't. It shows up just fine over SSH for the other machines (Debian 10.2, Raspbian 10, Ubuntu 19.10) I have it installed on.
Is there a separate setting in Bash configs for SSH?
Any ideas? (r/Illumos discussion)