docs: add -- global flag

This commit is contained in:
Dy1z
2021-11-24 11:46:50 +11:00
committed by AJ ONeal
parent 6053316180
commit 7e3baa5116

View 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: