We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d259ba commit 5dfa14cCopy full SHA for 5dfa14c
vendor/init.bat
@@ -221,12 +221,10 @@ goto :SKIP_CLINK
221
chcp 65001>nul
222
223
:: Revert back to plain cmd.exe prompt without clink
224
- :: With Windows Terminal shell integration support (OSC 133 sequences)
225
- if defined WT_SESSION (
226
- prompt $e]133;D$e\$e]133;A$e\$e]9;9;$P$e\$E[1;32;49m$P$S$_$E[1;30;49mλ$S$E[0m$e]133;B$e\
227
- ) else (
228
- prompt $E[1;32;49m$P$S$_$E[1;30;49mλ$S$E[0m
229
- )
+ prompt $E[1;32;49m$P$S$_$E[1;30;49mλ$S$E[0m
+
+ :: Add Windows Terminal shell integration support (OSC 133 sequences)
+ if defined WT_SESSION (prompt $e]133;D$e\$e]133;A$e\$e]9;9;$P$e\%PROMPT%$e]133;B$e\)
230
231
chcp %cp%>nul
232
0 commit comments