diff --git a/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh.tmpl b/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh.tmpl index 1f6b82c..e23e190 100644 --- a/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh.tmpl +++ b/.chezmoiscripts/run_once_after_10-change-shell-to-fish.sh.tmpl @@ -1,8 +1,8 @@ -{{ if lookPath "fish" -}} +{{- if lookPath "fish" -}} #!/usr/bin/env bash if [ "$SHELL" != "$(which fish)" ]; then chsh -s "$(which fish)" fi -{{ end -}} +{{- end -}} diff --git a/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl b/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl index 62774d4..f6b6400 100644 --- a/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl +++ b/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl @@ -1,4 +1,4 @@ -{{ if eq .osid "linux-arch" -}} +{{- if eq .osid "linux-arch" -}} #!/usr/bin/env bash sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com