mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 15:05:16 +02:00
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
This commit is contained in:
@ -100,7 +100,7 @@ elif [[ "$OSTYPE" = linux* ]] ; then
|
||||
else
|
||||
color='red'
|
||||
fi
|
||||
echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}"
|
||||
echo "%{$fg[$color]%}$(battery_pct_remaining)%%%{$reset_color%}"
|
||||
else
|
||||
echo "∞"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user