mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
docs: add -- global flag
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user