aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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