From fd7a0165db46b92c38c2dd6d8e829bb2269d9c69 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Fri, 28 Mar 2025 14:30:25 -0400 Subject: [PATCH] Update fish garbage function for nh new commands syntax --- home/toph/common/core/fish/init.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/toph/common/core/fish/init.fish b/home/toph/common/core/fish/init.fish index 8b5311a..a22473d 100644 --- a/home/toph/common/core/fish/init.fish +++ b/home/toph/common/core/fish/init.fish @@ -3,8 +3,8 @@ function cd end function garbage - sudo nh clean - nh clean + sudo nh clean all + nh clean all sudo nix-collect-garbage --delete-old nix-collect-garbage --delete-old sudo nix-store --gc