make unknown color white for all shells

This commit is contained in:
dgames
2021-05-30 08:41:40 -04:00
parent a41fad80d5
commit 4fab4cc6e4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ function checkGit($Path) {
} else {
$branchName = "HEAD detached at $($headContent.Substring(0, 7))"
}
Write-Host " [$branchName]" -NoNewline -ForegroundColor DarkGray
Write-Host " [$branchName]" -NoNewline -ForegroundColor White
}
return