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

The foreground color of the longstatus segment should be white.

This commit is contained in:
Dominik Ritter 2015-09-04 18:32:44 +02:00
parent 9191d29c96
commit 5a8a6c8012

View file

@ -567,7 +567,7 @@ prompt_longstatus() {
[[ "$UID" -eq 0 ]] && symbols+="%{%F{yellow}%} $(print_icon 'ROOT_ICON')"
[[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}$(print_icon 'BACKGROUND_JOBS_ICON')"
[[ -n "$symbols" ]] && $1_prompt_segment "$0" "$bg" "$DEFAULT_COLOR" "$symbols"
[[ -n "$symbols" ]] && $1_prompt_segment "$0" "$bg" "white" "$symbols"
}
# Node version