Skip to content

Commit 46cac3e

Browse files
committed
ci: no pager, builtin chezmoi diff
1 parent 48fb8e5 commit 46cac3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ env:
1515
APPLY_ARGS: >
1616
--exclude=encrypted,externals,scripts
1717
--parent-dirs
18+
--use-builtin-diff
19+
--no-pager
1820
--no-tty
1921
--color=false
2022
--verbose

home/.chezmoi.toml.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ custom = true
5959
[edit]
6060
command = "nvim"
6161

62-
{{ if not env "CI" }}{{/* Disable delta in git config when running on CI */}}
6362
[diff]
6463
command = "delta"
6564
pager = "delta"
66-
{{ end }}
6765

6866
[merge]
6967
command = "nvim"

0 commit comments

Comments
 (0)