Skip to content

Commit 4d97d97

Browse files
committed
typo
1 parent 86f1ba9 commit 4d97d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmamba/src/core/shell_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ namespace mamba
516516
if $env.CONDA_PROMPT_MODIFIER? != null {
517517
# unset set variables
518518
for x in (^$env.MAMBA_EXE shell deactivate --shell nu
519-
| split row (if $nu.os-info.name == "windows" { ";" } else { ";" }) {
519+
| split row (if $nu.os-info.name == "windows" { ";" } else { ":" }) {
520520
if ("hide-env" in $x) {
521521
hide-env ($x | parse "hide-env {var}").var.0
522522
} else if $x != "" {

0 commit comments

Comments
 (0)