Skip to content

Commit

Permalink
Merge pull request #753 from douglaswth/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README: GitPromtpValues
  • Loading branch information
dahlbyk authored Mar 31, 2020
2 parents 5ce5422 + f1c7a38 commit 1a49d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ When an external application returns a non-zero exit code, 1 in this case, you w

Note that until you run an external application that sets `$LASTEXITCODE` to zero or you manually set the variable to
0, you will see the exit code for any error. In addition to `LastExitCode` and `DollarQuestion`,
`$global:GitPromtpValues` also has `IsAdmin` and `LastPrompt` properties. The `LastPrompt` property contains the ANSI
`$global:GitPromptValues` also has `IsAdmin` and `LastPrompt` properties. The `LastPrompt` property contains the ANSI
escaped string that was used for the last prompt. This can be useful for debugging your prompt display particularly
when using ANSI/VT sequences.

Expand Down

0 comments on commit 1a49d26

Please sign in to comment.