Skip to content

Commit

Permalink
Use diff-highlight from $PATH
Browse files Browse the repository at this point in the history
Portable
  • Loading branch information
garethrees committed Sep 6, 2015
1 parent e47e989 commit f69768c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitconfig
Expand Up @@ -30,9 +30,9 @@
# e.g. git find #1234
find = "!f() { git log --oneline | grep \"$@\"; }; f"
[pager]
diff = /usr/local/Library/LinkedKegs/git/share/git-core/contrib/diff-highlight/diff-highlight | less
log = /usr/local/Library/LinkedKegs/git/share/git-core/contrib/diff-highlight/diff-highlight | less
show = /usr/local/Library/LinkedKegs/git/share/git-core/contrib/diff-highlight/diff-highlight | less
diff = diff-highlight | less
log = diff-highlight | less
show = diff-highlight | less
[color]
ui = true
[core]
Expand Down

0 comments on commit f69768c

Please sign in to comment.