From f1f690df473054918fbda65d1b4c2ffb327012f1 Mon Sep 17 00:00:00 2001 From: Federico Denkena Date: Fri, 23 Sep 2022 21:07:05 +0200 Subject: [PATCH] Changed formatting details Git will show repo name, misc stuff won't clutter the screen upon rebase anymore. --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 86d4d07..d2f1e84 100644 --- a/zshrc +++ b/zshrc @@ -36,8 +36,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # case insensitive tab # enable vcs info autoload -Uz vcs_info -zstyle ':vcs_info:*' formats " %b" -zstyle ':vcs_info:*' actionformats "%b [%a] %m%u%c " +zstyle ':vcs_info:*' formats "%s %r/%b" +zstyle ':vcs_info:*' actionformats "%s %r/%b [%a] %u%c " # History configurations HISTFILE=~/.zsh_history