From a010257de1f4776e8974ad7524c81d9b499a7b3e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 16 Oct 2020 12:33:54 +0300 Subject: [PATCH] Remove excess cleanups --- bin/bin/cleanup.sh | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/bin/bin/cleanup.sh b/bin/bin/cleanup.sh index e52613f..8a45126 100755 --- a/bin/bin/cleanup.sh +++ b/bin/bin/cleanup.sh @@ -1,32 +1,10 @@ #!/bin/sh rm -fr \ - ~/.bash_history \ - ~/.cache \ - ~/.config \ - ~/.dbus \ - ~/.dvdcss \ - ~/.fltk \ - ~/.gconf* \ - ~/.gegl* \ - ~/.gnome2* \ - ~/.gnuplot* \ - ~/.gstreamer* \ - ~/.gvfs* \ - ~/.java* \ - ~/.kde* \ - ~/.libreoffice \ - ~/.links \ - ~/.local* \ - ~/.minio \ - ~/.pki* \ - ~/.pulse* \ + ~/.*_history \ + ~/.cache ~/.config ~/.local* ~/.thumbnails \ + ~/.links ~/.w3m \ ~/.pylint.d \ - ~/.python_history \ - ~/.sqlite_history \ - ~/.thumbnails \ ~/.viminfo \ - ~/.w3m \ - ~/.zcalc_history \ ~/xombrero.core \ ~/zathura.core -- 2.44.0