diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-26 17:57:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-26 17:57:13 +0000 |
commit | 3e70e99d50f92d038c85d7539967eec9d4e16093 (patch) | |
tree | 7feb41e1b59f447b8fedca4f846c0e9db68496c7 /Doc/Zsh/contrib.yo | |
parent | 2f50e20d84e676720674f8a35e1f8df205a42fc3 (diff) | |
download | zsh-3e70e99d50f92d038c85d7539967eec9d4e16093.tar.gz zsh-3e70e99d50f92d038c85d7539967eec9d4e16093.tar.xz zsh-3e70e99d50f92d038c85d7539967eec9d4e16093.zip |
Mikael: 25933: typos
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 ed17e3034..3e2baf38d 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -661,7 +661,7 @@ example(zstyle ':vcs_info:(svn|bzr):*' branchformat '%b%{'${fg[yellow]}'%}:%r') If you want colors, make sure you enclose the color codes in tt(%{...%}), if you want to use the string provided by tt(vcs_info) in prompts. -Here is how to print the vcs infomation as a command (not in a prompt): +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 |