diff options
author | clutton <clutton0@gmail.com> | 2012-07-24 14:16:03 +0300 |
---|---|---|
committer | clutton <clutton0@gmail.com> | 2012-07-24 14:16:03 +0300 |
commit | decb9c82b5392d66e157ceef9c3b41466bdcbafd (patch) | |
tree | c31b7fcae86a3a057e74340d927f80722203ccdc /themes | |
parent | d5bfbf05d16634fa3c2834c7097edb1cf2487d96 (diff) | |
download | zsh-decb9c82b5392d66e157ceef9c3b41466bdcbafd.tar.gz zsh-decb9c82b5392d66e157ceef9c3b41466bdcbafd.tar.bz2 zsh-decb9c82b5392d66e157ceef9c3b41466bdcbafd.zip |
delete os specific disable-patterns
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jnrowe.zsh-theme | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/jnrowe.zsh-theme b/themes/jnrowe.zsh-theme index a1478be31..bae88f7ab 100644 --- a/themes/jnrowe.zsh-theme +++ b/themes/jnrowe.zsh-theme @@ -1,7 +1,6 @@ autoload -U add-zsh-hook autoload -Uz vcs_info -zstyle ':vcs_info:*' disable-patterns "/usr/(ports|src)(|/*)" 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{2}%s%F{7}:%F{2}(%F{1}%b%F{2})%f ' |