Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nushell environment variable assignment #148

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Fix nushell environment variable assignment #148

merged 1 commit into from
Aug 6, 2023

Conversation

arseeeeN
Copy link
Contributor

@arseeeeN arseeeeN commented Aug 4, 2023

Nushell support for Kubie broke with the latest Nushell update as Nushell has a new way of defining environment variables and deprecated the old way of using let-env. Now you just mutate the $env variable.

This PR updates the syntax and fixes the issue.

Nushell has a new way of defining environment variables
and deprecated the old way of using let-env. Now you just
mutate the $env variable.
@sbstp sbstp merged commit 4709849 into sbstp:master Aug 6, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants