Add battery fish alias
This commit is contained in:
parent
4675a1de03
commit
b34ac0d6ae
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
lzg = "lazygit";
|
lzg = "lazygit";
|
||||||
lzd = "lazydocker";
|
lzd = "lazydocker";
|
||||||
|
batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue