From 1d56e466c20ecf887fe4b995653fbc48375ead7e Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Tue, 18 Jun 2019 10:20:14 +0200 Subject: three new blacklist in disable-common.inc * ~/.viminfo * ~/.lesshst * ~/.python_history --- etc/atom.profile | 8 +++++++- etc/code.profile | 3 +++ etc/disable-common.inc | 3 +++ etc/emacs.profile | 3 +++ etc/geany.profile | 2 ++ etc/gedit.profile | 2 ++ etc/gnome-builder.profile | 2 ++ etc/less.profile | 2 ++ etc/pluma.profile | 3 +++ etc/pycharm-community.profile | 2 ++ etc/vim.profile | 3 +++ etc/xed.profile | 3 +++ 12 files changed, 35 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/atom.profile b/etc/atom.profile index a3c62284c..8928baf5d 100644 --- a/etc/atom.profile +++ b/etc/atom.profile @@ -8,11 +8,17 @@ include globals.local noblacklist ${HOME}/.atom noblacklist ${HOME}/.config/Atom -noblacklist ${HOME}/.config/git +# allow rust noblacklist ${HOME}/.cargo/config noblacklist ${HOME}/.cargo/registry +# allow git config files +noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials +# allow python dev files +noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py include disable-common.inc diff --git a/etc/code.profile b/etc/code.profile index 16678459e..6faf429e1 100644 --- a/etc/code.profile +++ b/etc/code.profile @@ -12,6 +12,9 @@ noblacklist ${HOME}/.config/Code - OSS noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials +noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py noblacklist ${HOME}/.vscode noblacklist ${HOME}/.vscode-oss diff --git a/etc/disable-common.inc b/etc/disable-common.inc index a900263ff..ae82d72b5 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -19,7 +19,10 @@ blacklist-nolog ${HOME}/.local/share/fish/fish_history blacklist-nolog ${HOME}/.local/share/klipper blacklist-nolog ${HOME}/.macromedia blacklist-nolog ${HOME}/.python-history +blacklist-nolog ${HOME}/.python_history blacklist-nolog ${HOME}/.pythonhist +blacklist-nolog ${HOME}/.lesshst +blacklist-nolog ${HOME}/.viminfo blacklist-nolog /tmp/clipmenu* # X11 session autostart diff --git a/etc/emacs.profile b/etc/emacs.profile index 24e800b5e..f8b451f02 100644 --- a/etc/emacs.profile +++ b/etc/emacs.profile @@ -12,6 +12,9 @@ noblacklist ${HOME}/.emacs.d # or put it into your emacs.local #noblacklist ${HOME}/.gnupg noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist +noblacklist ${HOME}/.pythonrc.py include disable-common.inc include disable-passwdmgr.inc diff --git a/etc/geany.profile b/etc/geany.profile index b9c0da12e..2cffb8777 100644 --- a/etc/geany.profile +++ b/etc/geany.profile @@ -11,6 +11,8 @@ noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py include disable-common.inc diff --git a/etc/gedit.profile b/etc/gedit.profile index 8232bbae4..ed6efc3b6 100644 --- a/etc/gedit.profile +++ b/etc/gedit.profile @@ -12,6 +12,8 @@ noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py include disable-common.inc diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile index c2459e6ee..dfa1a5da8 100644 --- a/etc/gnome-builder.profile +++ b/etc/gnome-builder.profile @@ -12,6 +12,8 @@ noblacklist ${HOME}/.config/git noblacklist ${HOME}/.gitconfig noblacklist ${HOME}/.git-credentials noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py include disable-common.inc diff --git a/etc/less.profile b/etc/less.profile index 897d38b9d..720950432 100644 --- a/etc/less.profile +++ b/etc/less.profile @@ -7,6 +7,8 @@ include less.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.lesshst + blacklist /tmp/.X11-unix include disable-common.inc diff --git a/etc/pluma.profile b/etc/pluma.profile index 91e6edc65..81b2b1481 100644 --- a/etc/pluma.profile +++ b/etc/pluma.profile @@ -7,6 +7,9 @@ include pluma.local include globals.local noblacklist ${HOME}/.config/pluma +noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py include disable-common.inc diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile index e35d70c46..17218adee 100644 --- a/etc/pycharm-community.profile +++ b/etc/pycharm-community.profile @@ -7,6 +7,8 @@ include globals.local noblacklist ${HOME}/.PyCharmCE* noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py # Allow java (blacklisted by disable-devel.inc) diff --git a/etc/vim.profile b/etc/vim.profile index 55fa22a54..49abb0d44 100644 --- a/etc/vim.profile +++ b/etc/vim.profile @@ -7,6 +7,9 @@ include vim.local include globals.local noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist +noblacklist ${HOME}/.pythonrc.py noblacklist ${HOME}/.vim noblacklist ${HOME}/.viminfo noblacklist ${HOME}/.vimrc diff --git a/etc/xed.profile b/etc/xed.profile index 2ee299b9a..a02f1ef51 100644 --- a/etc/xed.profile +++ b/etc/xed.profile @@ -6,6 +6,9 @@ include xed.local include globals.local noblacklist ${HOME}/.config/xed +noblacklist ${HOME}/.python-history +noblacklist ${HOME}/.python_history +noblacklist ${HOME}/.pythonhist noblacklist ${HOME}/.pythonrc.py # Allow python (blacklisted by disable-interpreters.inc) -- cgit v1.2.3-54-g00ecf