Add support for Solaris & Illumos etc. (*easy* fix, code suggestion within) #1455
Labels
feature request
help wanted
seems abandoned
rattle the cage, and close if nobody wants to keep it going
Solaris and Illumos use Bash as the default shell. However, currently
bash-it
does not work as expected on them.This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
install.sh
, check for$0STYPE
ofsolaris*
$0STYPE
issolaris*
, then:~/.profile
to~/.profile.bak
~/.profile
~/.profile
:install.sh
as usual.The text was updated successfully, but these errors were encountered: