Slight branch display change
This commit is contained in:
parent
7751cb3a6d
commit
6c43a5b84d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ precmd() {
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
|
|
||||||
zstyle ':vcs_info:*' enable git
|
zstyle ':vcs_info:*' enable git
|
||||||
zstyle ':vcs_info:*:prompt:*' formats "[%b]"
|
zstyle ':vcs_info:*:prompt:*' formats "(%b)"
|
||||||
vcs_info 'prompt'
|
vcs_info 'prompt'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue