scirpts dir for zsh

This commit is contained in:
joygnu 2024-08-31 15:09:30 +02:00
parent cad9f0b20d
commit 6f90d71a44
4 changed files with 3 additions and 3 deletions

View file

@ -13,11 +13,11 @@
cat = "bat"; cat = "bat";
cn = "cd ~/nix"; cn = "cd ~/nix";
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
pu = "sh ~/nix/modules/zsh/push.sh"; pu = "sh ~/nix/modules/zsh/scripts/push.sh";
ip = "sh ~/nix/modules/zsh/ip.sh"; ip = "sh ~/nix/modules/zsh/scripts/ip.sh";
fr = "sudo systemctl reboot --firmware"; fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org"; ser = "ssh root@joygnu.org";
rb = "sh ~/nix/modules/rebuild.sh"; rb = "sh ~/nix/modules/zsh/scripts/rebuild.sh";
up = "sudo nix flake update ~/nix"; up = "sudo nix flake update ~/nix";
del = "sudo nix-collect-garbage -d"; del = "sudo nix-collect-garbage -d";
}; };