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 4923d41..e11f449 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 setaf 2)$(tput sgr 0 1)%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-config-zim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl index b028c8e..51c1eab 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput setaf 2)$(tput sgr 0 1)%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-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl index 10a7940..24e7620 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl @@ -6,7 +6,7 @@ log() { } inf() { - printf "$(tput setaf 2)$(tput sgr 0 1)%s$(tput sgr0)\n" "$1" + printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" }