Clean up README

This commit is contained in:
Dan Davison 2019-07-01 00:18:44 -04:00
parent f758cadf15
commit 9b15c892da

View File

@ -74,13 +74,13 @@ OPTIONS:
```
Alternatively, run this command:
```
git config --global core.pager 'delta'
git config --global core.pager delta
```
You can pass arguments to delta in your `.gitconfig`. An example is
```
[core]
pager = delta --width=100 --plus-color="#012800" --minus-color="#340001" --theme="base16-ocean.dark"
pager = delta --plus-color="#012800" --minus-color="#340001" --theme="base16-ocean.dark"
```
Please include the `=` characters; I'm not sure why yet, but they're necessary when writing a delta command line in `.gitconfig`!