We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b24383 commit 2ecd43bCopy full SHA for 2ecd43b
.chezmoitemplates/common-misc-env.tmpl
@@ -10,11 +10,11 @@ export WATCH=root
10
# No vim found!
11
{{- end }}
12
13
-{{ if stat "/usr/bin/manpager" - }}
+{{ if stat "/usr/bin/manpager" -}}
14
export MANPAGER='/usr/bin/manpager'
15
# Pager IS less
16
export PAGER='/usr/bin/less -is -R -X'
17
-{{else if stat "/usr/bin/less" -}}
+{{ else if stat "/usr/bin/less" -}}
18
# Don’t clear the screen after quitting a manual page.
19
export MANPAGER='/usr/bin/less -is -R -X'
20
0 commit comments