Changed formatting details
Git will show repo name, misc stuff won't clutter the screen upon rebase anymore.
This commit is contained in:
parent
a9494ca70c
commit
f1f690df47
4
zshrc
4
zshrc
@ -36,8 +36,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # case insensitive tab
|
|||||||
|
|
||||||
# enable vcs info
|
# enable vcs info
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
zstyle ':vcs_info:*' formats " %b"
|
zstyle ':vcs_info:*' formats "%s %r/%b"
|
||||||
zstyle ':vcs_info:*' actionformats "%b [%a] %m%u%c "
|
zstyle ':vcs_info:*' actionformats "%s %r/%b [%a] %u%c "
|
||||||
|
|
||||||
# History configurations
|
# History configurations
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
|
Loading…
Reference in New Issue
Block a user