aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-16 07:11:45 -0300
committerEuAndreh <eu@euandre.org>2023-04-16 07:11:45 -0300
commitb0634a93a0ce2974a092c6c3e53331dc70e87bf6 (patch)
treec75bd192cdf9e66c63909ede3f9dfd877f590ca2
parentetc/guix/system.scm: Add mDNS (name-service-switch ...) entry (diff)
downloaddotfiles-b0634a93a0ce2974a092c6c3e53331dc70e87bf6.tar.gz
dotfiles-b0634a93a0ce2974a092c6c3e53331dc70e87bf6.tar.xz
bin/gc: Remove "nohup"
-rwxr-xr-xbin/gc5
1 files changed, 0 insertions, 5 deletions
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