We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f1ba9 commit 4d97d97Copy full SHA for 4d97d97
libmamba/src/core/shell_init.cpp
@@ -516,7 +516,7 @@ namespace mamba
516
if $env.CONDA_PROMPT_MODIFIER? != null {
517
# unset set variables
518
for x in (^$env.MAMBA_EXE shell deactivate --shell nu
519
- | split row (if $nu.os-info.name == "windows" { ";" } else { ";" }) {
+ | split row (if $nu.os-info.name == "windows" { ";" } else { ":" }) {
520
if ("hide-env" in $x) {
521
hide-env ($x | parse "hide-env {var}").var.0
522
} else if $x != "" {
0 commit comments