From eabadf96dc66be16091d2fc33c147f239d5a940d Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 9 Nov 2025 02:57:19 +0330 Subject: [PATCH] fix incorrect comment --- vendor/profile.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 8e20d0c..359c9d3 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -227,8 +227,8 @@ if ( $(Get-Command prompt).Definition -match 'PS \$\(\$executionContext.SessionS Microsoft.PowerShell.Utility\Write-Host -NoNewline "$([char]0x1B)]133;D;$realLastExitCode$([char]7)" } - # Emit OSC 9;9 to mark the start of the prompt - # Enables directory tracking for "Duplicate Tab" and "Split Pane" + # Emit OSC 9;9 to enable directory tracking + # Enables "Duplicate Tab" and "Split Pane" to preserve the working directory $loc = $executionContext.SessionState.Path.CurrentLocation if ($loc.Provider.Name -eq "FileSystem") { Microsoft.PowerShell.Utility\Write-Host -NoNewline "$([char]0x1B)]9;9;`"$($loc.ProviderPath)`"$([char]0x1B)\"