We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96aacaa commit 48fb8e5Copy full SHA for 48fb8e5
home/.chezmoi.toml.tmpl
@@ -59,9 +59,11 @@ custom = true
59
[edit]
60
command = "nvim"
61
62
+{{ if not env "CI" }}{{/* Disable delta in git config when running on CI */}}
63
[diff]
64
command = "delta"
65
pager = "delta"
66
+{{ end }}
67
68
[merge]
69
home/dot_config/git/config.tmpl
@@ -15,9 +15,7 @@
15
[core]
16
editor = nvim
17
longpaths = true
18
- {{ if not env "CI" }}{{/* Disable delta in git config when running on CI */}}
19
pager = delta
20
- {{ end }}
21
excludesFile = ~/.config/git/global.gitignore
22
23
[color]
0 commit comments