mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-22 07:11:58 +00:00
Fix
This commit is contained in:
parent
934186df6d
commit
92cb8d14d1
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ prompt_hdd_usage() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
current_state='normal'
|
current_state='normal'
|
||||||
local message="$level% "
|
local message="${level}%"
|
||||||
|
|
||||||
if [ $level -le $POWERLEVEL9K_HDD_USAGE_WARNING_LEVEL ]; then
|
if [ $level -le $POWERLEVEL9K_HDD_USAGE_WARNING_LEVEL ]; then
|
||||||
current_state='warning'
|
current_state='warning'
|
||||||
|
|
Loading…
Reference in a new issue