fix: resolve problematic batmon alias
This commit is contained in:
parent
583cdd7b00
commit
712e45ca58
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,11 @@
|
||||||
gil = "${pkgs.lazygit}/bin/lazygit";
|
gil = "${pkgs.lazygit}/bin/lazygit";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
cdi = "zi";
|
cdi = "zi";
|
||||||
ls = "${pkgs.lsd}/bin/lsd";
|
|
||||||
cat = "${pkgs.bat}/bin/bat";
|
cat = "${pkgs.bat}/bin/bat";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
rm = "${pkgs.trash-cli}/bin/trash";
|
rm = "${pkgs.trash-cli}/bin/trash";
|
||||||
osupdate = "${pkgs.nh}/bin/nh os switch";
|
osupdate = "${pkgs.nh}/bin/nh os switch";
|
||||||
homeupdate = "${pkgs.nh}/bin/nh home 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 .";
|
inception = "${pkgs.pipx}/bin/pipx run copier copy --trust gh:DataChefHQ/Inception .";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue