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 0ee1224 commit 101d09bCopy full SHA for 101d09b
1 file changed
pkg/util/shellutil/shellintegration/pwsh_wavepwsh.sh
@@ -16,6 +16,10 @@ if ($PSVersionTable.PSVersion.Major -lt 7) {
16
return # skip OSC setup entirely
17
}
18
19
+if ($PSStyle.FileInfo.Directory -eq "`e[44;1m") {
20
+ $PSStyle.FileInfo.Directory = "`e[34;1m"
21
+}
22
+
23
$Global:_WAVETERM_SI_FIRSTPROMPT = $true
24
25
# shell integration
0 commit comments