shell: Fix source error in zsh

This commit is contained in:
Dylan Araps 2018-06-03 14:41:21 +10:00
parent 471bc295e8
commit 6c0cdf212d

View File

@ -33,4 +33,4 @@ export FZF_DEFAULT_OPTS="
"
# Fix LS_COLORS being unreadable.
export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:"
export LS_COLORS="${{LS_COLORS}}:su=30;41:ow=30;42:st=30;44:"