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"