Skip to content

Commit

Permalink
Fix zim and rednotebook
Browse files Browse the repository at this point in the history
Introduced in 2e4d52e
  • Loading branch information
rusty-snake committed Aug 9, 2021
1 parent 925ff6f commit 3836131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/profile-m-z/rednotebook.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ include globals.local
noblacklist ${HOME}/.cache/rednotebook
noblacklist ${HOME}/.rednotebook

# whitelist python (blacklisted by disable-interpreters.inc)
include whitelist-python3.inc
# Allow python (blacklisted by disable-interpreters.inc)
include allow-python3.inc

include disable-common.inc
include disable-devel.inc
Expand Down
6 changes: 3 additions & 3 deletions etc/profile-m-z/zim.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ include globals.local
noblacklist ${HOME}/.cache/zim
noblacklist ${HOME}/.config/zim

# whitelist python (blacklisted by disable-interpreters.inc)
include whitelist-python2.inc
include whitelist-python3.inc
# Allow python (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc

blacklist /usr/libexec

Expand Down

0 comments on commit 3836131

Please sign in to comment.