[zsh] unset jq_colors

This commit is contained in:
Dmytro Meleshko 2020-01-05 19:00:13 +02:00
parent e549d7fa2f
commit ff47c00035
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ jq_colors=(
"0;38;5;16" # false
"0;38;5;16" # true
"0;38;5;16" # numbers
"0;32" # strings
"0;39" # arrays
"0;39" # objects
"0;32" # strings
"0;39" # arrays
"0;39" # objects
)
# join all values from jq_colors with a semicolon
export JQ_COLORS="${(j.:.)jq_colors}"
# unset jq_colors
unset jq_colors