From bea46b959d0f2ccf1a5298be64815dfb0c080d12 Mon Sep 17 00:00:00 2001 From: "Adrian L. Shaw" Date: Sun, 24 Nov 2019 16:37:16 +0000 Subject: profanity: allow Python plugins and reorder rules --- etc/profanity.profile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/etc/profanity.profile b/etc/profanity.profile index a6c427c3a..50cfbb04e 100644 --- a/etc/profanity.profile +++ b/etc/profanity.profile @@ -7,6 +7,14 @@ include profanity.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.config/profanity +noblacklist ${HOME}/.local/share/profanity + +# Allow Python +include allow-python3.inc +include allow-python2.inc + +include disable-interpreters.inc include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -17,9 +25,6 @@ include disable-xdg.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -noblacklist ${HOME}/.config/profanity -noblacklist ${HOME}/.local/share/profanity - caps.drop all netfilter no3d -- cgit v1.2.3-54-g00ecf