mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-13 20:37:51 +02: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
@ -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…
x
Reference in New Issue
Block a user