git.fiddlerwoaroof.com
zsh/zsh_plugins/01-batcharge.zsh
cd103bde
 function battery_charge() {
   # the -S is for performance
   python -S "$HOME/bin/batcharge.py" 2>/dev/null
 }