aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-19 13:11:40 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-19 13:11:40 -0800
commitc13f5d955ba44e28c4b2b241eaa5cf92748d7021 (patch)
tree975c9e832f8dd5856a21e79e754692858474fc6a /nix/users
parentadd a default recipe to just (diff)
downloadinfra-c13f5d955ba44e28c4b2b241eaa5cf92748d7021.tar.gz
add a few more rules to justfile
Diffstat (limited to 'nix/users')
-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 = {