1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00

Update docs/shell-integration.md

Co-authored-by: Benoit de Chezelles <bew@users.noreply.github.com>
This commit is contained in:
Wez Furlong 2023-03-14 06:55:27 -07:00
parent e3446316fd
commit 0e193bf373

View File

@ -141,7 +141,7 @@ function Invoke-Starship-PreCommand {
$prompt = "$ansi_escape]7;file://${env:COMPUTERNAME}/${provider_path}$ansi_escape\" $prompt = "$ansi_escape]7;file://${env:COMPUTERNAME}/${provider_path}$ansi_escape\"
} }
$host.ui.Write($prompt) $host.ui.Write($prompt)
```` ```
## Using Clink on Windows Systems ## Using Clink on Windows Systems