This commit is contained in:
joy 2024-11-05 22:59:59 +01:00
parent a9890846b2
commit 2e17f1351b

View file

@ -14,8 +14,9 @@
v = "hx"; v = "hx";
cat = "bat"; cat = "bat";
lg = "${pkgs.lazygit}/bin/lazygit"; lg = "${pkgs.lazygit}/bin/lazygit";
ser = "ssh root@joygnu.org"; rs = "z ~ && ssh root@joygnu.org";
hs = "ssh joy@yt.joygnu.org"; hs = "z ~ && ssh joy@yt.joygnu.org";
su = "z ~ && su";
ip = "sh ~/nix/modules/programs/zsh/scripts/ip.sh"; ip = "sh ~/nix/modules/programs/zsh/scripts/ip.sh";
rb = "sh ~/nix/modules/programs/zsh/scripts/rebuild.sh"; rb = "sh ~/nix/modules/programs/zsh/scripts/rebuild.sh";
fr = "doas systemctl reboot --firmware"; fr = "doas systemctl reboot --firmware";