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 9dc8b86..6769600 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 setaf 2)╚═══ᐳ $(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 a5f635f..a72540f 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 setaf 2)╚═══ᐳ $(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 f8269d5..6124d99 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 setaf 2)╚═══ᐳ $(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 522a565..e76cf14 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 setaf 2)╚═══ᐳ $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1" }