fish function to clean nix

This commit is contained in:
Chris Toph 2025-02-14 14:52:10 -05:00
parent e6769150ff
commit 9234c87a22

View file

@ -191,6 +191,13 @@ function s
ssh (whoami)@$argv
end
function garbage
sudo nix-collect-garbage --delete-old
nix-collect-garbage --delete-old
sudo nix-store --gc
nix-store --gc
end
set fish_greeting # Disable greeting
fastfetch