mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
cleanup
This commit is contained in:
parent
b9cfa4e7ff
commit
fa4d151f94
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ _p9k_prompt_battery_set_args() {
|
|||
case $_p9k_os in
|
||||
OSX)
|
||||
(( $+commands[pmset] )) || return
|
||||
local raw_data=${${(f)"$(pmset -g batt 2>/dev/null)"}[2]}
|
||||
local raw_data=${${(Af)"$(pmset -g batt 2>/dev/null)"}[2]}
|
||||
[[ $raw_data == *InternalBattery* ]] || return
|
||||
remain=${${(s: :)${${(s:; :)raw_data}[3]}}[1]}
|
||||
[[ $remain == *no* ]] && remain="..."
|
||||
|
|
Loading…
Reference in a new issue