scirpts dir for zsh
This commit is contained in:
parent
cad9f0b20d
commit
6f90d71a44
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue