From 9b15c892da51ab4f6a183c07b5539c3ea249a924 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 1 Jul 2019 00:18:44 -0400 Subject: [PATCH] Clean up README --- README.md | 4 ++-- 1 file 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`!