Changed formatting details

Git will show repo name, misc stuff won't clutter the screen upon rebase
anymore.
This commit is contained in:
Federico Justus Denkena 2022-09-23 21:07:05 +02:00
parent a9494ca70c
commit f1f690df47
Signed by: f-denkena
GPG Key ID: C0E34D1B25F9A1F8

4
zshrc
View File

@ -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