Removed pointless changing of foreground color.
This commit is contained in:
parent
9a814720db
commit
adbf9947b2
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue