From: Dy1z <dylan@wpfreelancer.co>
Date: Wed, 24 Nov 2021 00:46:50 +0000 (+1100)
Subject: docs: add -- global flag
X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=7e3baa5116ef955bb6282e3410f429f1f888cbaa;p=webi-installers%2F.git

docs: add -- global flag
---

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: