aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-03 19:37:29 -0300
committerEuAndreh <eu@euandre.org>2023-03-03 19:37:29 -0300
commit4750a2eb9cb57012f7029c3306255a1285e59a08 (patch)
treedb6900991de40906999629bc9bc3bd73172c6aec /bin
parentetc/guix/home.scm: Add "acl" package (diff)
downloaddotfiles-4750a2eb9cb57012f7029c3306255a1285e59a08.tar.gz
dotfiles-4750a2eb9cb57012f7029c3306255a1285e59a08.tar.xz
bin/gc: Remove gc_email step
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/gc b/bin/gc
index ac86923..94dc417 100755
--- a/bin/gc
+++ b/bin/gc
@@ -21,7 +21,6 @@ help() {
- trash
- tmpdir
- docker
- - email
- vcs
@@ -135,11 +134,6 @@ gc_docker() {
yes | docker container prune
}
-gc_email() {
- notmuch search --output=files --exclude=false tag:killed |
- xargs -I{} rm -vf "{}"
-}
-
gc_vcs() {
repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
xargs -I% -P4 x vcs -C% gc OR true
@@ -154,7 +148,6 @@ gc_all() {
gc_trash
gc_tmpdir
gc_docker
- gc_email
gc_vcs
set +x
}