From 520f9c7cc50d73f4421c8b75e53f4ffbad1fb779 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 17 May 2024 11:44:05 -0400 Subject: [PATCH] Clean up the git branch display --- configs/.zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/.zshrc b/configs/.zshrc index ee9559c..a979ee3 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -61,10 +61,9 @@ if [ -n "$ZSH_VERSION" ]; then # Configure the vcs_info plugin to show branch info (only if we aren't in ISH on iPadOS) if [ $(uname -r | grep -c "\-ish$") -eq 0 ]; then 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' - zstyle ':vcs_info:*' enable git cvs svn + zstyle ':vcs_info:*' actionformats '%F{244}[%F{2}%b%F{3}|%F{1}%a%F{244}]%f ' + zstyle ':vcs_info:*' formats '%F{244}[%F{2}%b%F{244}]%f ' + zstyle ':vcs_info:*' enable git vcs_info_wrapper() { vcs_info if [ -n "$vcs_info_msg_0_" ]; then