diff --git a/zshrc b/zshrc index e155753..b18db3a 100644 --- a/zshrc +++ b/zshrc @@ -40,7 +40,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'