mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
fixing segment call for new state implementation in prompt_load
This commit is contained in:
parent
817cdf98a1
commit
3767397711
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ prompt_load() {
|
||||||
current_state="normal"
|
current_state="normal"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$1_prompt_segment" "${0}${current_state}" "$2" "${load_states[$current_state]}" "$DEFAULT_COLOR" "$load_avg_5min" 'LOAD_ICON'
|
"$1_prompt_segment" "${0}_${current_state}" "$2" "${load_states[$current_state]}" "$DEFAULT_COLOR" "$load_avg_5min" 'LOAD_ICON'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node version
|
# Node version
|
||||||
|
|
Loading…
Reference in a new issue