diff --git a/qi3ber2.zsh-theme b/qi3ber2.zsh-theme index 0a62f33..24bcc70 100644 --- a/qi3ber2.zsh-theme +++ b/qi3ber2.zsh-theme @@ -12,7 +12,7 @@ function load_average { else UPTIME='/usr/ucb/uptime' fi - LA=${${UPTIME[(w)-3]}%,} + LA=${$($UPTIME)[-3]} fi printf "%05.2f\n" ${LA} }