aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-03-02 18:06:39 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-03-02 18:06:39 +0100
commitdead9de9802cc798764f6d552f92b1e302e28c6a (patch)
treec9552419a663d7d553307c5cd89373857bff7488
parentmore cleanup: remove MS_REC from tmpfs mounts (diff)
downloadfirejail-dead9de9802cc798764f6d552f92b1e302e28c6a.tar.gz
firejail-dead9de9802cc798764f6d552f92b1e302e28c6a.tar.zst
firejail-dead9de9802cc798764f6d552f92b1e302e28c6a.zip
fix mutt, ranger profiles
-rw-r--r--etc/mutt.profile2
-rw-r--r--etc/ranger.profile2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/mutt.profile b/etc/mutt.profile
index b092f2333..cc3a323e0 100644
--- a/etc/mutt.profile
+++ b/etc/mutt.profile
@@ -13,6 +13,7 @@ noblacklist /var/spool/mail
13noblacklist ${HOME}/.Mail 13noblacklist ${HOME}/.Mail
14noblacklist ${HOME}/.bogofilter 14noblacklist ${HOME}/.bogofilter
15noblacklist ${HOME}/.cache/mutt 15noblacklist ${HOME}/.cache/mutt
16noblacklist ${HOME}/.config/nano
16noblacklist ${HOME}/.elinks 17noblacklist ${HOME}/.elinks
17noblacklist ${HOME}/.emacs 18noblacklist ${HOME}/.emacs
18noblacklist ${HOME}/.emacs.d 19noblacklist ${HOME}/.emacs.d
@@ -22,6 +23,7 @@ noblacklist ${HOME}/.mailcap
22noblacklist ${HOME}/.msmtprc 23noblacklist ${HOME}/.msmtprc
23noblacklist ${HOME}/.mutt 24noblacklist ${HOME}/.mutt
24noblacklist ${HOME}/.muttrc 25noblacklist ${HOME}/.muttrc
26noblacklist ${HOME}/.nanorc
25noblacklist ${HOME}/.signature 27noblacklist ${HOME}/.signature
26noblacklist ${HOME}/.vim 28noblacklist ${HOME}/.vim
27noblacklist ${HOME}/.viminfo 29noblacklist ${HOME}/.viminfo
diff --git a/etc/ranger.profile b/etc/ranger.profile
index f582b8dfb..ee1ef0f9d 100644
--- a/etc/ranger.profile
+++ b/etc/ranger.profile
@@ -6,7 +6,9 @@ include ranger.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/nano
9noblacklist ${HOME}/.config/ranger 10noblacklist ${HOME}/.config/ranger
11noblacklist ${HOME}/.nanorc
10 12
11# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2* 14noblacklist ${PATH}/python2*