mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Added the "visual identifier" concept to the load
segment.
This commit is contained in:
parent
bb5cca9af7
commit
35b1cb5b8d
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ prompt_load() {
|
|||
FUNCTION_SUFFIX="_NORMAL"
|
||||
fi
|
||||
|
||||
"$1_prompt_segment" "$0$FUNCTION_SUFFIX" "$BACKGROUND_COLOR" "$DEFAULT_COLOR" "$(print_icon 'LOAD_ICON') $load_avg_5min"
|
||||
"$1_prompt_segment" "$0$FUNCTION_SUFFIX" "$BACKGROUND_COLOR" "$DEFAULT_COLOR" "$load_avg_5min" 'LOAD_ICON'
|
||||
}
|
||||
|
||||
# Node version
|
||||
|
|
Loading…
Reference in a new issue