mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-29 14:50:08 +00:00
Test more readable
This commit is contained in:
parent
e39e024e74
commit
5ce384fb31
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function getColorCode() {
|
||||||
echo -n "$1"
|
echo -n "$1"
|
||||||
fi
|
fi
|
||||||
# Check if value is none with any case.
|
# Check if value is none with any case.
|
||||||
elif [[ $1 = [nN][oO][nN][eE] ]]
|
elif [[ "${(L)1}" == "none" ]]
|
||||||
then
|
then
|
||||||
echo -n 'none'
|
echo -n 'none'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue