diff options
| -rw-r--r-- | config/.bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/.bashrc b/config/.bashrc index 8f54a54..5a1ef5d 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -31,6 +31,7 @@ function scrub() { "$ASDF_DATA_DIR/installs/python/**/lib/**/test" \ "$ASDF_DATA_DIR/installs/**/**/share" \ "$ASDF_DATA_DIR/test" \ + /etc/apache2/* \ /etc/bash_completion.d/* \ /etc/calendar/* \ /etc/cron.d/* \ @@ -42,11 +43,12 @@ function scrub() { /etc/php/*/apache2/* \ /etc/profile.d/* \ /etc/systemd/* \ + /etc/X11/* \ /lib/systemd/* \ /usr/lib/apache2/* \ /usr/lib/systemd/* \ /usr/lib/valgrid/* \ - /usr/share/application/* \ + /usr/share/applications/* \ /usr/share/apps/* \ /usr/share/bash-completion/* \ /usr/share/calendar/* \ |
