diff options
author | Griffin Smith <root@gws.fyi> | 2020-04-04T15·45-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-04-04T15·45-0400 |
commit | fe0347d1a357b1c7c61a47630961590523e941a4 (patch) | |
tree | fc339b42fd5d1c93ce47f1b7dc651c2ccdff834a /home/modules/shell.nix | |
parent | a8e42d6e6d811ca31862606263f5818c95b0ab18 (diff) |
ncg alias
Diffstat (limited to 'home/modules/shell.nix')
-rw-r--r-- | home/modules/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 9316285b477d..eeab2d0f6202 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -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"; |