mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
Fix
This commit is contained in:
parent
32708784b2
commit
cf8a94de01
1 changed files with 0 additions and 2 deletions
|
@ -376,10 +376,8 @@ prompt_hdd_usage() {
|
||||||
|
|
||||||
if [ $level -le $POWERLEVEL9K_HDD_USAGE_WARNING_LEVEL ]; then
|
if [ $level -le $POWERLEVEL9K_HDD_USAGE_WARNING_LEVEL ]; then
|
||||||
current_state='warning'
|
current_state='warning'
|
||||||
message="$message left"
|
|
||||||
elif [ $level -le $POWERLEVEL9K_HDD_USAGE_CRITICAL_LEVEL ]; then
|
elif [ $level -le $POWERLEVEL9K_HDD_USAGE_CRITICAL_LEVEL ]; then
|
||||||
current_state='critical'
|
current_state='critical'
|
||||||
message="$message left"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Draw the prompt_segment
|
# Draw the prompt_segment
|
||||||
|
|
Loading…
Reference in a new issue