Init: Update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user