docs: add -- global flag
[webi-installers/.git] / delta / README.md
index f18b3795eff0e18a71629d73ed437f23ddd0662e..fc7a7e586fd54bd47e48810f6d0d46ad522b1c9b 100644 (file)
@@ -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: