diff options
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index cd86b199f..5f4a016d8 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -345,7 +345,7 @@ endsitem() To load var(vcs_info): -example(autoload -Uz vcs_info && vcs_info) +example(autoload -Uz vcs_info) If you plan to use the information from var(vcs_info) in your prompt (which is its primary use), you need to enable the tt(PROMPT_SUBST) option. |