diff options
Diffstat (limited to 'scripts/gc.sh')
-rwxr-xr-x | scripts/gc.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh index e094476..c93c948 100755 --- a/scripts/gc.sh +++ b/scripts/gc.sh @@ -21,6 +21,11 @@ nix-store --gc nix-collect-garbage -d +yellow "Cleaning up Guix store" + +guix gc + + yellow "Cleaning up up the Trash and /tmp folders" sudo rm -rf ~/.local/share/Trash/files/* |