ncg alias

This commit is contained in:
Griffin Smith 2020-04-04 11:45:46 -04:00
parent a8e42d6e6d
commit fe0347d1a3

View file

@ -23,6 +23,7 @@
nor = "sudo nixos-rebuild switch";
nrs = nor;
nrb = "sudo nixos-rebuild boot";
ncg = "nix-collect-garbage";
vihome = "vim ~/code/system/home/home.nix && home-manager switch";
virc = "vim ~/code/system/home/modules/shell.nix && home-manager switch && source ~/.zshrc";
visystem = "sudo vim /etc/nixos/configuration.nix && sudo nixos-rebuild switch";