removed obsolete config file editing aliases

This commit is contained in:
pagedmov
2024-10-26 01:17:43 -04:00
parent 728de7730f
commit efebc0cb4a

View File

@@ -53,11 +53,6 @@
svcu = "systemctl --user"; svcu = "systemctl --user";
svc = "sudo systemctl"; svc = "sudo systemctl";
viflake = "nvim flake.nix"; viflake = "nvim flake.nix";
hyprconf = "yazi $FLAKEPATH/modules/home/hyprland && popd &> /dev/null";
hmconf = "yazi $FLAKEPATH/modules/home/ && popd &> /dev/null";
nixconf = "yazi $FLAKEPATH/modules/sys/ && popd &> /dev/null";
hostconf = "yazi $FLAKEPATH/hosts && popd &> /dev/null";
nvimcfg = "yazi $FLAKEPATH/pkgs/nixvim/config && popd &> /dev/null";
#git #git
"ga." = "scheck && runbg aplay ${self}/assets/sound/gitadd.wav; git add ."; "ga." = "scheck && runbg aplay ${self}/assets/sound/gitadd.wav; git add .";