fish function to clean nix

This commit is contained in:
Chris Toph 2025-02-14 14:52:10 -05:00
parent abb7d7d5c4
commit 9ba2128a6e

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