Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Ensure VCS is enabled when using segment "vcs_joined"
Browse files Browse the repository at this point in the history
fixes: #1116
  • Loading branch information
matt1003 committed Mar 25, 2019
1 parent c4a8118 commit 690af68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerlevel9k.zsh-theme
Expand Up @@ -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

Expand Down

0 comments on commit 690af68

Please sign in to comment.