diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 11:30:03 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 11:30:03 +0100 |
commit | 9c7f404538cff335eb4d7f88a528396e40833901 (patch) | |
tree | d5728b01e42436a54f362f03090bcc978beb46cb /.zsh/zshrc | |
parent | 857648bfb0c1898c855d1cea61e1aeab266c2c5f (diff) |
add URL to vcs_info documentation
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/70_vcs_info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshrc/70_vcs_info b/.zsh/zshrc/70_vcs_info index 409485e..a57a33f 100644 --- a/.zsh/zshrc/70_vcs_info +++ b/.zsh/zshrc/70_vcs_info @@ -9,6 +9,8 @@ autoload -Uz vcs_info +# http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#SEC273 + zstyle ':vcs_info:*' actionformats \ '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f ' zstyle ':vcs_info:*' formats \ |