diff options
author | EuAndreh <eu@euandre.org> | 2019-05-22 22:12:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-22 22:12:55 -0300 |
commit | 37ff2b4c845bc1e2c7fa0d62dc293dda8349193e (patch) | |
tree | 8f668e2b5093b4bf57f48dc9ab62a808d9fa9cdc /scripts/gc.sh | |
parent | mrconfig.ini (diff) | |
download | dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.gz dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.xz |
Revert "Remove Guix compatibility code."
This reverts commit 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.
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/* |