diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-03-03 17:48:31 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-03-03 17:49:12 +0100 |
commit | 04b1b75b9da2d0295c40e12e01ed222a4f00ec39 (patch) | |
tree | 22e3d32bec55a707c30b6a09d3b3540582325513 /themes | |
parent | eaa60244210ffddb99451910e569790e3630bf89 (diff) | |
download | zsh-04b1b75b9da2d0295c40e12e01ed222a4f00ec39.tar.gz zsh-04b1b75b9da2d0295c40e12e01ed222a4f00ec39.tar.bz2 zsh-04b1b75b9da2d0295c40e12e01ed222a4f00ec39.zip |
style: remove VCS_INFO svn settings from themes that don't enable it
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jnrowe.zsh-theme | 1 | ||||
-rw-r--r-- | themes/linuxonly.zsh-theme | 1 | ||||
-rw-r--r-- | themes/trapd00r.zsh-theme | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/themes/jnrowe.zsh-theme b/themes/jnrowe.zsh-theme index 9d8fb2488..5a5ab349f 100644 --- a/themes/jnrowe.zsh-theme +++ b/themes/jnrowe.zsh-theme @@ -4,7 +4,6 @@ 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{2}%s%F{7}:%F{2}(%F{1}%b%F{2})%f ' -zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' zstyle ':vcs_info:*' enable git add-zsh-hook precmd prompt_vcs diff --git a/themes/linuxonly.zsh-theme b/themes/linuxonly.zsh-theme index 2afae8fc3..98572b904 100644 --- a/themes/linuxonly.zsh-theme +++ b/themes/linuxonly.zsh-theme @@ -28,7 +28,6 @@ zstyle ':vcs_info:*' actionformats \ '%{$c8%}(%f%s)%{$c7%}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f ' zstyle ':vcs_info:*' formats \ "%{$c8%}%s%{$c7%}:%{$c7%}(%{$c9%}%b%{$c7%})%f " -zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' zstyle ':vcs_info:*' enable git add-zsh-hook precmd prompt_jnrowe_precmd diff --git a/themes/trapd00r.zsh-theme b/themes/trapd00r.zsh-theme index 849daf30b..260c9e701 100644 --- a/themes/trapd00r.zsh-theme +++ b/themes/trapd00r.zsh-theme @@ -102,7 +102,6 @@ zstyle ':vcs_info:*' actionformats \ zstyle ':vcs_info:*' formats \ "%{$c8%}%s%%{$c7%}❨ %{$c9%}%{$c11%}%b%{$c7%} ❩%{$reset_color%}%f " -zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' zstyle ':vcs_info:*' enable git add-zsh-hook precmd prompt_jnrowe_precmd |