1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00
This commit is contained in:
Mikhaylov Anton 2016-11-21 16:28:24 +05:00 committed by Ben Hilburn
parent 934186df6d
commit 92cb8d14d1

View file

@ -372,7 +372,7 @@ prompt_hdd_usage() {
fi
current_state='normal'
local message="$level% "
local message="${level}%"
if [ $level -le $POWERLEVEL9K_HDD_USAGE_WARNING_LEVEL ]; then
current_state='warning'