summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-01 00:18:44 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-01 00:18:44 -0400
commit9b15c892da51ab4f6a183c07b5539c3ea249a924 (patch)
tree59da3a78dd8d2540844e73c8afa278e2097f80e3 /README.md
parentf758cadf152518be00675d05486996671b008aef (diff)
Clean up README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac717be0..e5229832 100644
--- a/README.md
+++ b/README.md
@@ -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`!