From 844158c94b06a685d53019b22dc3fde15a598df9 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 30 Sep 2008 18:41:12 +0200 Subject: [PATCH] add initial vcs_info setup, not yet used --- .zsh/zshrc/75_vcsinfo | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .zsh/zshrc/75_vcsinfo diff --git a/.zsh/zshrc/75_vcsinfo b/.zsh/zshrc/75_vcsinfo new file mode 100644 index 0000000..5592fc1 --- /dev/null +++ b/.zsh/zshrc/75_vcsinfo @@ -0,0 +1,26 @@ +# zshrc/75_vcsinfo +# +# Set up vcs_info subsystem +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.madduck.net/etc/zsh.git +# + +# see zsh-betacontrib(1) + +autoload -Uz vcs_info + +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 \ + '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{5}]%f ' +zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' + +#PS1=’%F{5}[%F{2}%n%F{5}] %F{3}%3~ ${vcs_info_msg_0_}’"%f%# ’ + +zstyle ':vcs_info:*' disable cdv darcs mtn svk p4 tla + +#this enables vcs_info +#precmd_functions+=vcs_info -- 2.39.2