summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-06-03 14:41:21 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-06-03 14:41:21 +1000
commit6c0cdf212d174766bea0f09480b6d9a17bfadac4 (patch)
tree0837061e389d13c4b44271c4df9ffb29d5f38fbc
parent471bc295e828d7ac06ec29b336f349057d4f3534 (diff)
shell: Fix source error in zsh
-rw-r--r--pywal/templates/colors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh
index 22dbd46..b607b93 100644
--- a/pywal/templates/colors.sh
+++ b/pywal/templates/colors.sh
@@ -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:"