mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
parent
61897b78ef
commit
f466f919e3
|
@ -19,7 +19,7 @@ function global:Start-Utf8Process
|
|||
if ($stderr -ne '') {
|
||||
$Host.UI.WriteErrorLine($stderr)
|
||||
}
|
||||
return $Process.StandardOutput.ReadToEnd().Trim()
|
||||
return $Process.StandardOutput.ReadToEnd()
|
||||
}
|
||||
|
||||
$env:POWERLINE_COMMAND = "oh-my-posh"
|
||||
|
|
Loading…
Reference in a new issue