diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-23 22:45:16 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-23 22:45:16 -0700 |
| commit | 6b723c4e1b4d65e2f4e6218fbe9f0a3d4a795346 (patch) | |
| tree | c2d6ce364efc974c97bd7af117d200f68fdeaf88 /config | |
| parent | 201257e01e371a6e8887685e746f07337c06e438 (diff) | |
Remove more unnecessary directories
Diffstat (limited to 'config')
| -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/* \ |
