Skip to content

Commit

Permalink
z not x
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored Jun 7, 2024
1 parent 0067208 commit 6d35333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{{- $zshLocation := findExecutable "bin/zsh" $binroots -}}
{{- $lessLocation := findExecutable "bin/less" $binroots -}}
{{- $mvnLocation := findExecutable "bin/mvn" $binroots -}}
{{- $xellijLocation := findExecutable "bin/xellij" $binroots -}}
{{- $zellijLocation := findExecutable "bin/zellij" $binroots -}}
{{- $tmuxLocation := findExecutable "bin/tmux" $binroots -}}

{{- if and (eq .chezmoi.os "linux") (not (stat $gitCredentialManagerLocation )) -}}
Expand All @@ -87,8 +87,8 @@
{{- writeToStdout "Can't find vimpager \n" -}}
{{- end -}}

{{- if and (not (eq .chezmoi.os "windows")) (not (stat $xellijLocation)) -}}
{{- writeToStdout "Can't find xellij \n" -}}
{{- if and (not (eq .chezmoi.os "windows")) (not (stat $zellijLocation)) -}}
{{- writeToStdout "Can't find zellij \n" -}}
{{- end -}}

{{- if and (not (eq .chezmoi.os "windows")) (not (stat $tmuxLocation)) -}}
Expand Down

0 comments on commit 6d35333

Please sign in to comment.