Add battery fish alias

This commit is contained in:
GHOSCHT 2023-11-05 19:43:51 +01:00
parent 4675a1de03
commit b34ac0d6ae
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
shellAliases = {
lzg = "lazygit";
lzd = "lazydocker";
batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"'';
};
};
};