diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:11:40 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 13:11:40 -0800 |
commit | c13f5d955ba44e28c4b2b241eaa5cf92748d7021 (patch) | |
tree | 975c9e832f8dd5856a21e79e754692858474fc6a /nix/users | |
parent | add a default recipe to just (diff) | |
download | world-c13f5d955ba44e28c4b2b241eaa5cf92748d7021.tar.gz |
add a few more rules to justfile
Diffstat (limited to 'nix/users')
-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 = { |