1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-22 12:20:07 +00:00

Merge pull request #88 from dritter/vcs_merge_whitespace_fix

vcs segment: fix extra whitespace in actionformat, remove redundant color setting
This commit is contained in:
Ben Hilburn 2015-09-05 14:44:43 -07:00
commit 1390fbdea5

View file

@ -331,7 +331,7 @@ prompt_vcs() {
$1_prompt_segment "$0" "green" "$DEFAULT_COLOR"
fi
echo -n "%F{$VCS_FOREGROUND_COLOR}%f$vcs_prompt "
echo -n "$vcs_prompt "
fi
}