New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered: