General maintenance

This commit is contained in:
2025-01-15 05:03:15 -05:00
parent 3857e144e6
commit 3348883bc3
12 changed files with 170 additions and 34 deletions

View File

@@ -22,7 +22,7 @@
svc = "sudo systemctl";
viflake = "nvim flake.nix";
iv = "invoke";
cfgfilecount = ''find $FLAKEPATH -name "*.nix" | wc -l | toilet -f 3d | lolcat'';
cfgfilecount = ''find ".\.nix" $FLAKEPATH | wc -l | toilet -f 3d | lolcat'';
record = "wf-recorder";
#git
ga = "playshellsound ${self}/assets/sound/gitadd.wav; git add";