From 7e3baa5116ef955bb6282e3410f429f1f888cbaa Mon Sep 17 00:00:00 2001 From: Dy1z Date: Wed, 24 Nov 2021 11:46:50 +1100 Subject: [PATCH] docs: add -- global flag --- delta/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delta/README.md b/delta/README.md index f18b379..fc7a7e5 100644 --- a/delta/README.md +++ b/delta/README.md @@ -44,7 +44,7 @@ Delta uses `~/.gitconfig` for most of its options. Set `delta.syntax-theme` to change the color scheme: ```bash -git config delta.syntax-theme 'Coldark-Dark' +git config --global delta.syntax-theme 'Coldark-Dark' ``` ## How to list / preview delta's themes @@ -119,7 +119,7 @@ git config --global page.reflog delta git config --global interactive.diffFilter 'delta --color-only' -git config delta.syntax-theme 'Coldark-Dark' +git config --global delta.syntax-theme 'Coldark-Dark' ``` Your `~/.gitconfig` will then contain these sections and options: -- 2.25.1