Skip to content

Commit

Permalink
fix(remote): color works
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Apr 21, 2020
1 parent 9edf465 commit 72a982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porcelain-prompt.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function gitstatus_prompt_update() {

w+="%${PORCELAIN_PROMPT_COLOR_INACTIVE}F"
if [[ -z $VCS_STATUS_REMOTE_BRANCH ]]; then
w+="${PORCELAIN_PROMPT_COLOR_REMOTE}local"
w+="%${PORCELAIN_PROMPT_COLOR_REMOTE}Flocal"
else
if (( VCS_STATUS_COMMITS_BEHIND || PORCELAIN_PROMPT_SHOW_INACTIVE )); then
(( VCS_STATUS_COMMITS_BEHIND )) && w+="%${PORCELAIN_PROMPT_COLOR_WHERE}F$VCS_STATUS_COMMITS_BEHIND"
Expand Down

0 comments on commit 72a982e

Please sign in to comment.