aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <[email protected]>2017-10-13 19:33:37 +1100
committerdylan araps <[email protected]>2017-10-13 19:33:37 +1100
commit43a4d50d59b7d6fd14954fd9adcd55de5f901b05 (patch)
treed51bed885163a9a0ffb6186e4a2baa240a6be16d
parenttravis: Fix osx bug (diff)
downloadpywal-43a4d50d59b7d6fd14954fd9adcd55de5f901b05.tar.xz
pywal-43a4d50d59b7d6fd14954fd9adcd55de5f901b05.zip
export: Fix bug in sh
-rw-r--r--pywal/templates/colors.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh
index 3f568e8..ba852b7 100644
--- a/pywal/templates/colors.sh
+++ b/pywal/templates/colors.sh
@@ -26,7 +26,8 @@ color14='{color14}'
color15='{color15}'
# FZF colors
-export FZF_DEFAULT_OPTS+='
- --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
- --color info:7,prompt:2,spinner:1,pointer:232,marker:1
-'
+export FZF_DEFAULT_OPTS="
+ $FZF_DEFAULT_OPTS
+ --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
+ --color info:7,prompt:2,spinner:1,pointer:232,marker:1
+"