From 0e193bf373281b73aab5826b24f4769f30835a8e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 14 Mar 2023 06:55:27 -0700 Subject: [PATCH] Update docs/shell-integration.md Co-authored-by: Benoit de Chezelles --- docs/shell-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shell-integration.md b/docs/shell-integration.md index 533432d00..a509f909f 100644 --- a/docs/shell-integration.md +++ b/docs/shell-integration.md @@ -141,7 +141,7 @@ function Invoke-Starship-PreCommand { $prompt = "$ansi_escape]7;file://${env:COMPUTERNAME}/${provider_path}$ansi_escape\" } $host.ui.Write($prompt) -```` +``` ## Using Clink on Windows Systems