docs(i18n): new Crowdin updates (#5109)

This commit is contained in:
Matan Kushner
2023-06-06 10:10:23 -04:00
committed by GitHub
parent e703d86b7e
commit 9bebd0e280
78 changed files with 2702 additions and 1202 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ You can also set a similar output with PowerShell by creating a function named `
```powershell
# edit $PROFILE
function Invoke-Starship-PreCommand {
$host.ui.Write("`e]0; PS> $env:USERNAME@$env:COMPUTERNAME`: $pwd `a")
$host.ui.RawUI.WindowTitle = "$env:USERNAME@$env:COMPUTERNAME`: $pwd `a"
}
Invoke-Expression (&starship init powershell)