From d1fb3196b4fa0013e3a0db0ae7ce269fe7abd1f5 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 1 Mar 2024 11:51:03 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }