Skip to content

Commit cd7c057

Browse files
authored
Merge pull request #44 from dracula/static-site-character-encoding-issues
Fix prompt in static site
2 parents 6010df2 + 2f45f2e commit cd7c057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CommandPrompt.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are 3 parts to configure; all of them are optional:
2424
<details><summary><strong>CMD.exe Prompt</strong></summary>
2525
<p>
2626

27-
Set the environment variable `prompt` to `$E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m`
27+
Set the environment variable `prompt` to [the value in this file](https://raw.githubusercontent.com/dracula/powershell/master/CommandPrompt.txt). These crazy strings are called [ANSI Escape Sequences](http://ascii-table.com/ansi-escape-sequences.php).
2828

2929
</p>
3030
</details>

0 commit comments

Comments
 (0)