docs: add -- global flag main origin/HEAD origin/main
authorDy1z <dylan@wpfreelancer.co>
Wed, 24 Nov 2021 00:46:50 +0000 (11:46 +1100)
committerAJ ONeal <aj@therootcompany.com>
Wed, 24 Nov 2021 07:03:40 +0000 (07:03 +0000)
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: