We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b248bc commit eabadf9Copy full SHA for eabadf9
vendor/profile.ps1
@@ -227,8 +227,8 @@ if ( $(Get-Command prompt).Definition -match 'PS \$\(\$executionContext.SessionS
227
Microsoft.PowerShell.Utility\Write-Host -NoNewline "$([char]0x1B)]133;D;$realLastExitCode$([char]7)"
228
}
229
230
- # Emit OSC 9;9 to mark the start of the prompt
231
- # 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
232
$loc = $executionContext.SessionState.Path.CurrentLocation
233
if ($loc.Provider.Name -eq "FileSystem") {
234
Microsoft.PowerShell.Utility\Write-Host -NoNewline "$([char]0x1B)]9;9;`"$($loc.ProviderPath)`"$([char]0x1B)\"
0 commit comments