Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mayne committed Feb 9, 2016
1 parent ed9e3cc commit 7bcda36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -19,7 +19,7 @@ You can do one-off fanciness:
git diff --color | diff-highlight | diff-so-fancy
```

**But**, you'll probably want to fancify all your diffs. Add this to `~/.gitconfig` so all `git diff` will use it:
**But**, you'll probably want to fancify all your diffs. Run this so `git diff` will use it:
```shell
git config --global core.pager "diff-highlight | diff-so-fancy | less --tabs=1,5 -R"
```
Expand Down

0 comments on commit 7bcda36

Please sign in to comment.