fix: resolve problematic batmon alias

This commit is contained in:
Zhongheng Liu 2024-12-07 19:23:10 +02:00
commit 712e45ca58
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -2,12 +2,11 @@
gil = "${pkgs.lazygit}/bin/lazygit";
cd = "z";
cdi = "zi";
ls = "${pkgs.lsd}/bin/lsd";
cat = "${pkgs.bat}/bin/bat";
ll = "ls -l";
rm = "${pkgs.trash-cli}/bin/trash";
osupdate = "${pkgs.nh}/bin/nh os switch";
homeupdate = "${pkgs.nh}/bin/nh home switch";
batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
#batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
inception = "${pkgs.pipx}/bin/pipx run copier copy --trust gh:DataChefHQ/Inception .";
}