mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fix git difftool's ability to use Araxis Merge
Araxis's compare utility was being masked by the one in /usr/local/bin by way of ImageMagick.
This commit is contained in:
parent
aa545c7957
commit
42deb5e184
1 changed files with 6 additions and 1 deletions
|
|
@ -118,7 +118,12 @@ export PATH=$PATH:~/.nexustools
|
|||
|
||||
if [[ `uname` == 'Darwin' ]]; then
|
||||
export PATH=$PATH:/usr/local/sbin
|
||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||
|
||||
# Araxis needs to come first so that its tools don't get stomped
|
||||
# by ones Homebrew installs to /usr/local/bin. In particular, compare
|
||||
# from ImageMagick breaks using git difftool.
|
||||
export PATH=/Applications/Araxis\ Merge.app/Contents/Utilities:$PATH
|
||||
|
||||
eval '/usr/libexec/path_helper -s' > /dev/null
|
||||
|
||||
# optional additions from homebrew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue