From 8e673ebd03477b1358d71c2fc47e0b000c94cfdf Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 4 Apr 2016 00:41:43 +0200 Subject: [PATCH] Changing battery alias. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 090a897..553f0aa 100644 --- a/zshrc +++ b/zshrc @@ -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'