mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge 786eea24c6 into cb64103161
This commit is contained in:
commit
9c56b48d27
9 changed files with 16 additions and 16 deletions
|
|
@ -66,7 +66,7 @@ if [[ "$OSTYPE" = darwin* ]]; then
|
|||
if [[ "${BATTERY_SHOW_WATTS}" = "true" ]] ; then
|
||||
watts=$(get_charger_power)
|
||||
fi
|
||||
echo "${watts}${BATTERY_CHARGING-⚡️}"
|
||||
echo "${watts:-}${BATTERY_CHARGING-⚡️}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue