Skip to content

Commit 7bcda36

Browse files
author
Ben Mayne
committed
Update readme.md
1 parent ed9e3cc commit 7bcda36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can do one-off fanciness:
1919
git diff --color | diff-highlight | diff-so-fancy
2020
```
2121

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

0 commit comments

Comments
 (0)