Open Erudition opened 2 months ago
I would like to take this up if I can get some guidance on what I need to do to get this working.
I actually opened that pull request but closed it because I realized I just added the OSH module without the whole shell initialization etc part. I am also very new to this domain so I am just trying to go off of the existing code for the other shells.
Feature Request
Add support for
osh
(see https://oils.pub/). I've been using it with Starship and it works fine by thinking it's in bash. OSH is just a stricter, cleaner bash with better errors.Is your feature request related to a problem? Please describe.
When using the shell module to indicate which shell I'm using, starship shows "bash" even though it's not. This is because I initialize it with
eval "$(starship init bash)"
in myoshrc
file. Changing it to osh does not work.Describe the solution you'd like
Add
osh
to the list.Describe alternatives you've considered
Hacking the shell module to make it detect osh correctly?