Skip to content

Commit

Permalink
vimpager
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored May 22, 2024
1 parent 96ebdec commit 492e1be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
{{- writeToStdout "Can't find vimdiff \n" -}}
{{- end -}}

{{- if and (eq .chezmoi.os "linux") (not (stat $vimpagerLocation)) -}}
{{- writeToStdout "Can't find vimpager \n" -}}
{{- end -}}

{{- if and (eq .chezmoi.os "linux") (not $headless) (not (stat $kdiff3Location)) -}}
{{- writeToStdout "Can't find kdiff3 \n" -}}
{{- end -}}
Expand Down

0 comments on commit 492e1be

Please sign in to comment.