mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Ensure VCS is enabled when using segment "vcs_joined"
fixes: https://github.com/bhilburn/powerlevel9k/issues/1116
This commit is contained in:
parent
c4a8118b45
commit
690af685ef
1 changed files with 1 additions and 1 deletions
|
@ -1910,7 +1910,7 @@ prompt_powerlevel9k_setup() {
|
|||
# initialize colors
|
||||
autoload -U colors && colors
|
||||
|
||||
if segment_in_use "vcs"; then
|
||||
if segment_in_use "vcs" || segment_in_use "vcs_joined"; then
|
||||
powerlevel9k_vcs_init
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue