about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index e690437..69b771f 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -41,7 +41,7 @@ in
       set fish_greeting ""
     '';
     shellAbbrs = {
-      ncg = "nix-collect-garbage -d";
+      ncg = "nix-collect-garbage -7d";
       c = "clear";
     };
     shellAliases = {