diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index 959200d..e442ff6 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" + printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" } diff --git a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl index 3467921..1203c2b 100644 --- a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl @@ -9,7 +9,7 @@ log() { } inf() { - printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" + printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" } diff --git a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl index ab8d69b..3b9bb66 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" + printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" } diff --git a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl index 92eb25f..c1b3b02 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" + printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" }