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 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'etc/atom.profile') 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 -- cgit v1.2.3-70-g09d2