fix(gentoo): fix the color of the prompt symbol (#9885)

This commit fixes an issue where the prompt symbol is white when vcs_info is displayed in the gentoo theme.
This commit is contained in:
Keita Urashima
2021-05-28 18:14:58 +09:00
committed by GitHub
parent 308b2314f8
commit 059ee71fc8

View File

@@ -25,4 +25,4 @@ gentoo_precmd() {
autoload -U add-zsh-hook
add-zsh-hook precmd gentoo_precmd
PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%(!.#.$)%k%b%f '
PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%F{blue}%(!.#.$)%k%b%f '