mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
chore: Fix nix-collect-garbage abbreviation
This commit is contained in:
parent
086ee96cfd
commit
998d574580
@ -96,7 +96,7 @@
|
|||||||
nb = "nix build";
|
nb = "nix build";
|
||||||
ns = "nix shell";
|
ns = "nix shell";
|
||||||
nr = "nix run";
|
nr = "nix run";
|
||||||
ncg = "sudo nix-collect-garbage d";
|
ncg = "sudo nix-collect-garbage -d";
|
||||||
|
|
||||||
b = "bun";
|
b = "bun";
|
||||||
br = "bun run";
|
br = "bun run";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user