diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 08:21:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 08:21:46 -0300 |
commit | 9b73342f5e03731faa808aa1e61fdf8bb7d4f9cb (patch) | |
tree | 546b19a121cfe50317e571221d32bca544050900 | |
parent | a67384261f08c36eace0871ff5e7ed405801ea71 (diff) | |
download | xsession-9b73342f5e03731faa808aa1e61fdf8bb7d4f9cb.tar.gz xsession-9b73342f5e03731faa808aa1e61fdf8bb7d4f9cb.tar.bz2 |
Allow git to work with some other configs (2)
-rw-r--r-- | config.dot/firejail/git.profile.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.dot/firejail/git.profile.link b/config.dot/firejail/git.profile.link index d7acd18..d6312fc 100644 --- a/config.dot/firejail/git.profile.link +++ b/config.dot/firejail/git.profile.link @@ -11,6 +11,7 @@ noblacklist ~/.vim # allow git to work with some other configs noblacklist ${HOME}/.config/autostart noblacklist ${HOME}/.mutt +noblacklist ${HOME}/.muttrc # custom noblacklist ~/.custom/gitconfig |