Skip to content

Commit 8c1b49b

Browse files
committed
Documentation
1 parent 09094da commit 8c1b49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This prompt has been tested on numerous Linux and BSD distributions, as well as
5656

5757
- v3.6.0
5858
- There is now a [command execution time indicator](#command-execution-time).
59-
- There are more `psvar` elements available to custom prompts. See the [new documentation of `psvar` prompt strings](#psvar-index).
59+
- There are more `psvar` elements available to custom prompts. See [the new documentation of `psvar` prompt strings](#psvar-index).
6060
- By popular demand, it is now possible to use `AGKOZAK_LEFT_PROMPT_ONLY=1` with `AGKOZAK_MULTILINE=0`, although the two options together may be visually unappealing on a slow system or when working with very large Git repos.
6161
- Asynchronous method improvements: `subst-async` has been tweaked to provide more stability and speed on all systems. `usr1` has been made faster through the elimination of a subshell. It is now the default asynchronous method on all Windows environments.
6262
- I have provided the code for [my own "Zenburn" custom prompt](#my-zenburn-custom-prompt).
@@ -417,7 +417,7 @@ AGKOZAK_CUSTOM_PROMPT+='%B%F{blue}%2v%f%b'
417417
AGKOZAK_CUSTOM_PROMPT+='%(9V. %9v.)'
418418
# Git status (followed by newline)
419419
AGKOZAK_CUSTOM_PROMPT+=$'%(3V.%F{243}%3v%f.)\n'
420-
# Exit status
420+
# Exit status
421421
AGKOZAK_CUSTOM_PROMPT+='%(?..%B%F{red}(%?%)%f%b )'
422422
# Prompt character
423423
AGKOZAK_CUSTOM_PROMPT+='%(4V.:.%#) '

0 commit comments

Comments
 (0)