X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e45b0db3d66ca9e041622db3d801d026fb4d3724..33230b65afa1076218abff057d0bbcc7486af0a8:/.zsh/zshrc/75_vcsinfo.disabled?ds=sidebyside diff --git a/.zsh/zshrc/75_vcsinfo.disabled b/.zsh/zshrc/75_vcsinfo.disabled new file mode 100644 index 0000000..05ea050 --- /dev/null +++ b/.zsh/zshrc/75_vcsinfo.disabled @@ -0,0 +1,26 @@ +# zshrc/75_vcsinfo +# +# Set up vcs_info subsystem +# +# Copyright © 1994–2017 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/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