Skip to content

Commit d7b1342

Browse files
committed
Documentation
1 parent f433675 commit d7b1342

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ This prompt has been tested on numerous Linux and BSD distributions, as well ass
2929
- [`vi` Editing Mode](#vi-editing-mode)
3030
- [Customization](#customization)
3131
- [Blank Lines Between Prompts](#blank-lines-between-prompts)
32-
- [Optional Single-Line Prompt](#optional-single-line-prompt)
33-
- [Optional Left-Prompt-Only Mode](#optional-left-prompt-only-mode)
32+
- [Optional Single-line Prompt](#optional-single-line-prompt)
33+
- [Optional Left-prompt-only Mode](#optional-left-prompt-only-mode)
3434
- [Custom Colors](#custom-colors)
3535
- [Custom Prompts](#custom-prompts)
3636
- [Asynchronous Methods](#asynchronous-methods)
3737

3838
## News
3939

4040
- v3.0.0 (November 26, 2018)
41-
- Asynchronous Git status now available via process substitution in all supported versions of ZSH and on all supported systems (props to @psprint). For reasons of speed, `zsh-async` remains the default asynchronous method in WSL and Solaris, and `usr1` is default in MSYS2/Cygwin.
41+
- The asynchronous Git status is now available via process substitution in all supported versions of ZSH and on all supported systems (props to @psprint). For reasons of speed, `zsh-async` remains the default asynchronous method in WSL and Solaris, and `usr1` is default in MSYS2/Cygwin.
4242
- When `AGKOZAK_LEFT_PROMPT_ONLY` is set to `1`, the Git status is displayed in the left prompt, and the right prompt is left blank.
4343
- The prompt script loads up to 4x faster.
4444
- The left prompt is displayed ~2x faster.
@@ -189,7 +189,7 @@ If you prefer to have a little space between instances of the prompt, put `AGKOZ
189189

190190
![AGKOZAK_BLANK_LINES](img/blank_lines.png)
191191

192-
### Optional Single-Line Prompt
192+
### Optional Single-line Prompt
193193

194194
If you prefer a single-line prompt with a right prompt that disappears when it is typed over, put
195195

@@ -199,7 +199,7 @@ in your `.zshrc`.
199199

200200
![Single-Line Prompt](img/single-line_prompt.gif)
201201

202-
### Optional Left-Prompt-Only Mode
202+
### Optional Left-prompt-only Mode
203203

204204
If you would like to have the Git status displayed in the left prompt (with no right prompt -- this is how [`pure`](https://github.com/sindresorhus/pure) does it), set
205205

0 commit comments

Comments
 (0)