From b13358bf15d97073b051f46781a007030b1d0760 Mon Sep 17 00:00:00 2001 From: Christer Waren Date: Sun, 20 Sep 2026 21:22:00 +0300 Subject: [PATCH] Init: Update --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 742b09a..f20ffc5 100755 --- a/init.sh +++ b/init.sh @@ -368,7 +368,7 @@ wxiLink() { } wxi-header(){ - if [[ $2 == "h1" || $2 == "" ]] + if [[ $2 == "h1" ]] then #wxi-repeat " " $(($(tput cols)/2-${#1}/2)) echo -n "$wxiBold" @@ -385,7 +385,7 @@ wxi-header(){ echo -n "$wxiNormal" fi - if [[ $2 == "h2" ]] + if [[ $2 == "h2" || $2 == "" ]] then #wxi-repeat " " $(($(tput cols)/2-${#1}/2)) echo -n "$wxiBold"