From c13f5d955ba44e28c4b2b241eaa5cf92748d7021 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Dec 2024 13:11:40 -0800 Subject: add a few more rules to justfile --- nix/users/fcuny/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/users') 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 = { -- cgit 1.4.1