From 3cba7333130947641ba75f4037623f876a9bd59d Mon Sep 17 00:00:00 2001 From: sim Date: Fri, 25 Feb 2022 22:00:18 +0100 Subject: [PATCH] added battery alias --- .extrarc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.extrarc b/.extrarc index 37ee608..3b7de4c 100644 --- a/.extrarc +++ b/.extrarc @@ -9,6 +9,9 @@ export PATH="$PATH:/home/sim/.dotnet/tools" ### Yoga3 +# Hardware +alias bat="upower -i /org/freedesktop/UPower/devices/battery_BAT0" + # noteconv alias noteconv="cd '$NOTEBOOK_DIR/SRC' && python convert.py"