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
-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.
42
42
- 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.
43
43
- The prompt script loads up to 4x faster.
44
44
- 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
189
189
190
190

191
191
192
-
### Optional Single-Line Prompt
192
+
### Optional Single-line Prompt
193
193
194
194
If you prefer a single-line prompt with a right prompt that disappears when it is typed over, put
195
195
@@ -199,7 +199,7 @@ in your `.zshrc`.
199
199
200
200

201
201
202
-
### Optional Left-Prompt-Only Mode
202
+
### Optional Left-prompt-only Mode
203
203
204
204
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
0 commit comments