1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Reduce number of kept sources.

This commit is contained in:
2018-06-11 12:02:09 +02:00
parent 7a14faa5ed
commit b4f1b77b46
2 changed files with 4 additions and 0 deletions

View File

@@ -7,3 +7,6 @@ MAKEFLAGS="-j6"
# Use parallel compression # Use parallel compression
COMPRESSXZ=(nice xz -c -z -T 0 -) COMPRESSXZ=(nice xz -c -z -T 0 -)
# Use one central sources dir
SRCDEST="$HOME/.cache/pacman/sources"

View File

@@ -2,4 +2,5 @@
e /.cache/spotify - - - 30d - e /.cache/spotify - - - 30d -
e /.cache/chromium - - - 30d - e /.cache/chromium - - - 30d -
e /.cache/mozilla - - - 30d - e /.cache/mozilla - - - 30d -
e /.cache/pacman/sources - - - 30d -
e /Downloads - - - 7d - e /Downloads - - - 7d -