Changing battery alias.

This commit is contained in:
Faerbit 2016-04-04 00:41:43 +02:00
parent acdbef4878
commit 8e673ebd03

2
zshrc
View File

@ -39,7 +39,7 @@ alias gdfs='git diff --staged'
alias gad='git add'
alias gcm='git commit'
alias resource='source ~/.zshrc'
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to empty"'
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to"'
alias poweroff='sudo poweroff'
alias reboot='sudo reboot'
alias n='ninja'