We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c974e17 commit 3a03bcdCopy full SHA for 3a03bcd
etc/profile-a-l/anki.profile
@@ -7,7 +7,9 @@ include anki.local
7
include globals.local
8
9
noblacklist ${DOCUMENTS}
10
+noblacklist ${HOME}/.config/mpv
11
noblacklist ${HOME}/.local/share/Anki2
12
+noblacklist ${HOME}/.mplayer
13
14
# Allow python (blacklisted by disable-interpreters.inc)
15
include allow-python2.inc
@@ -23,7 +25,9 @@ include disable-xdg.inc
23
25
24
26
mkdir ${HOME}/.local/share/Anki2
27
whitelist ${DOCUMENTS}
28
+whitelist ${HOME}/.config/mpv
29
whitelist ${HOME}/.local/share/Anki2
30
+whitelist ${HOME}/.mplayer
31
include whitelist-common.inc
32
include whitelist-var-common.inc
33
0 commit comments