From b0634a93a0ce2974a092c6c3e53331dc70e87bf6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Apr 2023 07:11:45 -0300 Subject: bin/gc: Remove "nohup" --- bin/gc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/gc') diff --git a/bin/gc b/bin/gc index 5690b24..32fa6c9 100755 --- a/bin/gc +++ b/bin/gc @@ -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 -- cgit v1.2.3