nested array 1

This commit is contained in:
pvincent
2026-07-19 17:39:21 +04:00
parent 3b3827a533
commit 0d25418dd7
4 changed files with 100 additions and 6 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ function _style_fg {
function _style_bg {
if [[ -n "$1" ]]; then
[[ -v BG_COLORS[$1] ]] && echo "${BG_COLORS[$1]}" && return
>&2 echo "unknown BG value: $1"
false
>&2 echo "unknown BG value: $1" && return 1
# false
fi
}