1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

Removed pointless changing of foreground color.

This commit is contained in:
Dominik Ritter 2015-09-04 19:26:05 +02:00
parent 9a814720db
commit adbf9947b2

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
}