From 5727f0662bb1e8b1b3808b1bc03ac1481f8cf677 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 19 Nov 2020 23:03:31 +0100 Subject: zshrc: don't show vcs name in vcs_info --- .zsh/zshrc/70_vcs_info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/zshrc/70_vcs_info b/.zsh/zshrc/70_vcs_info index a57a33f..bb37850 100644 --- a/.zsh/zshrc/70_vcs_info +++ b/.zsh/zshrc/70_vcs_info @@ -12,9 +12,9 @@ autoload -Uz vcs_info # http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#SEC273 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 ' + '%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 ' + '%F{5}[%F{2}%b%F{5}]%f ' zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r' # disable some vcs I don't use -- cgit v1.2.3-54-g00ecf