You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For cmd.exe support, perform the same steps above but in a cmd.exe window.
32
32
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
33
33
1. Ensure the latest version of PSReadLine (2.0 or later) is installed. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading).
34
34
- You can verify that 2.0 was installed by running `(Get-Module PSReadLine).Version`. If the installation does not appear to work, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987)
35
-
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#whats-the-powershell-profile-file"What's the PowerShell `$profile` file?")</sup>
35
+
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#profile-explanation)</sup>
36
36
37
37
</p>
38
38
</details>
@@ -56,7 +56,7 @@ In Windows 10, the titlebar color can be set system-wide in Settings → Persona
56
56
## Frequently Asked Questions
57
57
58
58
<dl>
59
-
<dt>What's the PowerShell <code>$profile</code> file?</dt>
59
+
<dt><a id="profile-explanation" name="profile-explanation">What's the PowerShell <code>$profile</code> file?</a></dt>
60
60
<dd>This is a PowerShell file that's run when a PowerShell session is started, similar to a <code>.bashrc</code>. Type <code>$profile</code> in a PowerShell window to see the path. See https://ss64.com/ps/syntax-profile.html for more detail.</dd>
61
61
<dt>After applying the theme, other consoles don't always have the right colors.</dt>
62
62
<dd>There are two possible reasons for this:
@@ -70,7 +70,7 @@ In Windows 10, the titlebar color can be set system-wide in Settings → Persona
70
70
</ol>
71
71
</dd>
72
72
<dt>What's that crazy cmd.exe prompt string?</dt>
73
-
<dd>The cmd.exe prompt value can be broken down into the following [ANSI escape sequences](http://ascii-table.com/ansi-escape-sequences.php)
73
+
<dd>The cmd.exe prompt value can be broken down into the following <a href="http://ascii-table.com/ansi-escape-sequences.php">ANSI escape sequences</a>:
74
74
<ul>
75
75
<li><code>E[1;32;40m</code> - normal text with a green foreground and black background</li>
76
76
<li><code>→ </code> - unicode arrow and space</li>
0 commit comments