diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
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 = { |