summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaty lavallee <katylava@gmail.com>2022-02-26 12:41:12 -0600
committerGitHub <noreply@github.com>2022-02-26 13:41:12 -0500
commit56de497357723a091003bb64adbafacfa1b80653 (patch)
tree5763872b4a4822b575ca9406a35b41c079a8d0f5
parent702bb5c8fdf568bce5056bdc9a66cdbc6146b590 (diff)
Include information about GIT_PAGER in manual (#991)
under configuration instructions
-rw-r--r--manual/src/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/src/configuration.md b/manual/src/configuration.md
index 28281416..9895cc9f 100644
--- a/manual/src/configuration.md
+++ b/manual/src/configuration.md
@@ -31,6 +31,8 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi
</sub>
+If you have the `GIT_PAGER` environment variable set, you'll need to unset it.
+
Use `delta --help` to see all the available options.
Note that delta style argument values in ~/.gitconfig should be in double quotes, like `--minus-style="syntax #340001"`. For theme names and other values, do not use quotes as they will be passed on to delta, like `theme = Monokai Extended`.