mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Change arch prompt colors to better match default themes
This commit is contained in:
parent
c5203a3da2
commit
01467fae4f
1 changed files with 1 additions and 1 deletions
|
@ -5632,7 +5632,7 @@ prompt_arch() {
|
||||||
_p9k_cache_ephemeral_set $(arch)
|
_p9k_cache_ephemeral_set $(arch)
|
||||||
fi
|
fi
|
||||||
[[ $_p9k__cache_val[1] == $POWERLEVEL9K_ARCH_DEFAULT ]] && return
|
[[ $_p9k__cache_val[1] == $POWERLEVEL9K_ARCH_DEFAULT ]] && return
|
||||||
_p9k_prompt_segment "$0" "orange1" "black" 'ARCH_ICON' 0 '' "$_p9k__cache_val[1]"
|
_p9k_prompt_segment "$0" "$_p9k_color1" "orange1" 'ARCH_ICON' 0 '' "$_p9k__cache_val[1]"
|
||||||
}
|
}
|
||||||
|
|
||||||
_p9k_prompt_arch_init() {
|
_p9k_prompt_arch_init() {
|
||||||
|
|
Loading…
Reference in a new issue