n3tpunk edit

This commit is contained in:
Marin Marusic 2013-10-22 11:54:50 +02:00
commit 2ffe60ac85
4 changed files with 43 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
}