mise icon indicating copy to clipboard operation
mise copied to clipboard

Behave like a shell

Open jdx opened this issue 1 year ago • 1 comments

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.

jdx avatar Dec 29 '23 17:12 jdx

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

jdx avatar Dec 29 '23 17:12 jdx