From 22e0cc2e40747fd9102c74cf10283a00c20e6658 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 15:12:40 +0100 Subject: [PATCH] Up. --- .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- .../run_onchange_after_11-install-asdf-plugins.sh.tmpl | 2 +- .../.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_80-install-nvim.sh.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 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 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" }