Skip to content

Commit

Permalink
Fix verbose and strange prefix in Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed Jan 8, 2024
1 parent 6bf43a6 commit 0cc3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/data/Mamba.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if ($MambaModuleArgs.ChangePs1) {
}

function global:prompt() {
if ($Env:CONDA_PROMPT_MODIFIER) {
if ($Env:CONDA_PROMPT_MODIFIER -ne "False") {
$Env:CONDA_PROMPT_MODIFIER | Write-Host -NoNewline
}
MambaPromptBackup;
Expand Down

0 comments on commit 0cc3aa4

Please sign in to comment.