This commit is contained in:
Marin Marušić 2013-12-02 23:24:19 -08:00
commit 8aa7ae9fdc
5 changed files with 50 additions and 3 deletions

View file

@ -46,7 +46,7 @@ if [[ $(uname) == "Darwin" ]] ; then
fi
echo "%{$fg[$color]%}[$(battery_pct_remaining)%%]%{$reset_color%}"
else
echo ""
echo ""
fi
}