feat: display lowercase
This commit is contained in:
parent
8d84d3bb67
commit
269a6d8f03
1 changed files with 2 additions and 2 deletions
|
|
@ -31,10 +31,10 @@ _box() {
|
||||||
local name="$1"
|
local name="$1"
|
||||||
name_len=${#name}
|
name_len=${#name}
|
||||||
# printf "$name\n"
|
# printf "$name\n"
|
||||||
if _lp_create_link "https://liquidprompt.readthedocs.io/en/stable/theme/default.html#LP_${name}" "$name" ; then
|
if _lp_create_link "https://liquidprompt.readthedocs.io/en/stable/theme/default.html#LP_${name}" "${name,,}" ; then
|
||||||
name_link="$lp_link"
|
name_link="$lp_link"
|
||||||
else
|
else
|
||||||
name_link="$name"
|
name_link="${name,,}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local what="$2"
|
local what="$2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue