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 51a8e83bf..858128ab8 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -777,7 +777,7 @@ Here is how to print the vcs information as a command (not in a prompt): example(alias vcsi='vcs_info command; vcs_info_lastmsg') This way, you can even define different formats for output via -tt(vcs_info_lastmsg) in the ':vcs_info:formats:command:*' namespace. +tt(vcs_info_lastmsg) in the ':vcs_info:*:command:*' namespace. texinode(Prompt Themes)(ZLE Functions)(Version Control Information)(User Contributions) |