mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
Merge pull request #193 from rjorgenson/next
fixing segment call for new state implementation in prompt_load
This commit is contained in:
commit
76e020a81e
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ prompt_load() {
|
|||
current_state="normal"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue