aboutsummaryrefslogtreecommitdiffstats
path: root/etc/meld.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-13 19:32:31 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-13 19:32:31 +0000
commit4ab0df3a4910a71b387922db62d0b774dce51c31 (patch)
tree649bdbfd81aadf682c6b3fafd24c72e95fb9c87c /etc/meld.profile
parentCreate godot.profile (diff)
downloadfirejail-4ab0df3a4910a71b387922db62d0b774dce51c31.tar.gz
firejail-4ab0df3a4910a71b387922db62d0b774dce51c31.tar.zst
firejail-4ab0df3a4910a71b387922db62d0b774dce51c31.zip
Fix typo's in meld.profile
Diffstat (limited to 'etc/meld.profile')
-rw-r--r--etc/meld.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/meld.profile b/etc/meld.profile
index 321b92cd5..4a9f64421 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -6,11 +6,11 @@ include meld.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# If you want to use meld as git-mergetool (and may some other VCS integrations) you need 9# If you want to use meld as git-mergetool (and maybe some other VCS integrations) you need
10# to bypass firejail, you can do this by removing the symlink or call it by its absolut path 10# to bypass firejail, you can do this by removing the symlink or calling it by its absolute path
11# Removing the symlink: 11# Removing the symlink:
12# sudo rm /usr/local/bin/meld 12# sudo rm /usr/local/bin/meld
13# Calling by its absolut path (example for git-mergetoll): 13# Calling by its absolute path (example for git-mergetool):
14# git config --global mergetool.meld.cmd /usr/bin/meld 14# git config --global mergetool.meld.cmd /usr/bin/meld
15 15
16noblacklist ${HOME}/.config/git 16noblacklist ${HOME}/.config/git