mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] unset jq_colors
This commit is contained in:
parent
e549d7fa2f
commit
ff47c00035
1 changed files with 4 additions and 4 deletions
|
@ -28,4 +28,4 @@ jq_colors=(
|
||||||
)
|
)
|
||||||
# join all values from jq_colors with a semicolon
|
# join all values from jq_colors with a semicolon
|
||||||
export JQ_COLORS="${(j.:.)jq_colors}"
|
export JQ_COLORS="${(j.:.)jq_colors}"
|
||||||
# unset jq_colors
|
unset jq_colors
|
||||||
|
|
Loading…
Reference in a new issue