From 41f058912791b55b18de5e71f3426c3af1a5be8c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 14 Apr 2021 15:11:01 +0000 Subject: [PATCH 8/8] vcs_info git: Use best practices in an example The alias was vulnerable to SHORT_LOOPS syntax, not invokable from scripts, etc.. --- Doc/Zsh/contrib.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 5fe5601a7..3c4fdded0 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1845,7 +1845,7 @@ Make sure you enclose the color codes in tt(%{)var(...)tt(%}) if you want to use the string provided by tt(vcs_info) in prompts. Here is how to print the VCS information as a command (not in a prompt): -example(alias vcsi='vcs_info interactive; vcs_info_lastmsg') +example(vcsi+LPAR()+RPAR() { vcs_info interactive; vcs_info_lastmsg }) This way, you can even define different formats for output via tt(vcs_info_lastmsg) in the 'tt(:vcs_info:*:interactive:*)' namespace.