aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/gc b/bin/gc
index 59a9eff..548090f 100755
--- a/bin/gc
+++ b/bin/gc
@@ -22,7 +22,6 @@ help() {
- trash
- tmpdir
- docker
- - vcs
Free disk space system-wide.
@@ -135,11 +134,6 @@ gc_docker() {
yes | docker container prune
}
-gc_vcs() {
- repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
- xargs -I% -P4 x vcs -C% gc OR true
-}
-
TYPES='
guix
@@ -147,7 +141,6 @@ nix
trash
tmpdir
docker
-vcs
'
if [ $# -eq 0 ]; then