Fix darwin battery info field selection
[grml-etc-core.git] / etc / zsh / zshrc
index 2969729..817a9b5 100644 (file)
@@ -1856,7 +1856,7 @@ done
 function batterydarwin () {
 GRML_BATTERY_LEVEL=''
 local -a table
-table=( ${$(pmset -g ps)[(w)7,8]%%(\%|);} )
+table=( ${$(pmset -g ps)[(w)8,9]%%(\%|);} )
 if [[ -n $table[2] ]] ; then
     case $table[2] in
         charging)