diff options
-rwxr-xr-x | bin/gc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -19,7 +19,6 @@ help() { TYPE what to do GC on (default: all): - guix - nix - - nohup - trash - tmpdir - docker @@ -111,9 +110,6 @@ gc_nix() { nix-store --gc nix-collect-garbage -d } -gc_nohup() { - find ~/ -type f -name 'nohup.out' -exec rm -vf "{}" \; -} gc_trash() { yes | trash-empty @@ -147,7 +143,6 @@ gc_all() { set -x gc_guix gc_nix - gc_nohup gc_trash gc_tmpdir gc_docker |