summaryrefslogtreecommitdiffstats
path: root/gc
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2020-07-28 21:47:10 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2020-07-28 21:47:10 +0200
commit93da75d223f0ca03a381983d7eb835364af1f52c (patch)
tree104d907ba672608bd29c28c0100face9dbb22515 /gc
parent8ea6fe6c5b79d21a717f12a31378dc8cf9ca89d2 (diff)
downloadpackages-93da75d223f0ca03a381983d7eb835364af1f52c.tar.zst
Add site-gen
Diffstat (limited to 'gc')
-rwxr-xr-xgc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc b/gc
index 9dac962..856b394 100755
--- a/gc
+++ b/gc
@@ -1,6 +1,6 @@
#!/usr/bin/bash
-for pkg in arch-config dmenu dwm ffmpeg mpop mpv msmtp mutt neovim pass slock st vifm youtube-dl; do
+for pkg in arch-config dmenu dwm ffmpeg mpop mpv msmtp mutt neovim pass site-gen slock st vifm youtube-dl; do
git -C $pkg/$pkg gc --prune=now
done