aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/rednotebook.profile4
-rw-r--r--etc/profile-m-z/zim.profile6
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/profile-m-z/rednotebook.profile b/etc/profile-m-z/rednotebook.profile
index 7ccd60951..99bdd06ba 100644
--- a/etc/profile-m-z/rednotebook.profile
+++ b/etc/profile-m-z/rednotebook.profile
@@ -9,8 +9,8 @@ include globals.local
9noblacklist ${HOME}/.cache/rednotebook 9noblacklist ${HOME}/.cache/rednotebook
10noblacklist ${HOME}/.rednotebook 10noblacklist ${HOME}/.rednotebook
11 11
12# whitelist python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
13include whitelist-python3.inc 13include allow-python3.inc
14 14
15include disable-common.inc 15include disable-common.inc
16include disable-devel.inc 16include disable-devel.inc
diff --git a/etc/profile-m-z/zim.profile b/etc/profile-m-z/zim.profile
index 05975779c..68b34045d 100644
--- a/etc/profile-m-z/zim.profile
+++ b/etc/profile-m-z/zim.profile
@@ -9,9 +9,9 @@ include globals.local
9noblacklist ${HOME}/.cache/zim 9noblacklist ${HOME}/.cache/zim
10noblacklist ${HOME}/.config/zim 10noblacklist ${HOME}/.config/zim
11 11
12# whitelist python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
13include whitelist-python2.inc 13include allow-python2.inc
14include whitelist-python3.inc 14include allow-python3.inc
15 15
16blacklist /usr/libexec 16blacklist /usr/libexec
17 17