mise
mise copied to clipboard
Behave like a shell
I'm wondering if I could make rtx behave like a shell, maybe if I detect it's being run as something like /usr/local/bin/rtx-bash.
That way in IDEs people don't need to figure out how to configure it to work with rtx beyond setting that as their shell which is generally easy to configure. It also provides an alternate way to use rtx via chsh.
It might be possible here to detect if it's interactive (I think it'll just be send the -i flag), and choose whether to go with shims or rtx activate