Added the inifinite symbol

This commit is contained in:
Sean Jones 2013-01-29 11:40:12 +00:00
commit 4efd990ff1

View file

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