From 9da8c3243e1bf7ea481d9ab2193c48d9fa457044 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