From 60195c7e065724c6452103b8b77d7bebb445317e Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 30 Apr 2024 22:27:11 +0200 Subject: [PATCH] add acpi alias --- .ashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ashrc b/.ashrc index b4c4b3f..7e2eea3 100644 --- a/.ashrc +++ b/.ashrc @@ -1,2 +1,3 @@ # to add at the end -alias tw='function _tw(){ cat $1; cat >> $1; }; _tw' \ No newline at end of file +alias tw='function _tw(){ cat $1; cat >> $1; }; _tw' +alias acpi='cat /sys/class/power_suply/BAT0/capacity' \ No newline at end of file