diff options
author | EuAndreh <eu@euandre.org> | 2023-04-16 07:11:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-16 07:11:45 -0300 |
commit | b0634a93a0ce2974a092c6c3e53331dc70e87bf6 (patch) | |
tree | c75bd192cdf9e66c63909ede3f9dfd877f590ca2 | |
parent | etc/guix/system.scm: Add mDNS (name-service-switch ...) entry (diff) | |
download | dotfiles-b0634a93a0ce2974a092c6c3e53331dc70e87bf6.tar.gz dotfiles-b0634a93a0ce2974a092c6c3e53331dc70e87bf6.tar.xz |
bin/gc: Remove "nohup"
-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 |