Add support for Nushell env var settings#284
Add support for Nushell env var settings#284MaxDesiatov wants to merge 8 commits intoswiftlang:mainfrom
Conversation
Currently, swiftly incorrectly generates Bash env var scripts when it is installed in Nushell.
|
Overall, this looks good. question: where does the nu profile get modified so that when you start a new nu login shell you get the updated PATH and environment variables? For example, with bash/zsh it typically adds a source line in suggestion: The documentation and readme could be updated to announce this new feature of swiftly. |
|
@swift-ci test macOS |
|
@MaxDesiatov I was attempting to just make some suggested changes and ended up updating the branch. Apologies. I think that the merge conflicts are resolved, and things are passing the checks now. |
|
It looks like ubuntu doesn't yet come with nu shell, so there will likely need to be a release check similar to the other shell-based checks in |
Currently, swiftly incorrectly generates Bash env var scripts when it is installed in Nushell.