From 998d574580965a892db04ddfcb70ef93410209b9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 30 Sep 2023 20:56:41 -0400 Subject: [PATCH] chore: Fix nix-collect-garbage abbreviation --- modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fish.nix b/modules/fish.nix index 5b367f0..ee066ff 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -96,7 +96,7 @@ nb = "nix build"; ns = "nix shell"; nr = "nix run"; - ncg = "sudo nix-collect-garbage d"; + ncg = "sudo nix-collect-garbage -d"; b = "bun"; br = "bun run";