intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IDEA-304758 - Add support for Nushell when loading environment

Open shyim opened this issue 5 months ago • 1 comments

This fixes https://youtrack.jetbrains.com/issue/IDEA-304758, by adjusting the script when the shell is Nushell to | save <path>. Also escaped paths requires a ^ in nushell, otherwise it just outputs the path as a string.

I tested the change with Nushell and Bash. For every other shell, the generated script is exactly the same as before.

shyim avatar Jan 19 '24 19:01 shyim

Any reason it can't be merged?

ultinous-kszegi avatar Apr 18 '24 16:04 ultinous-kszegi