From 43a4d50d59b7d6fd14954fd9adcd55de5f901b05 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Fri, 13 Oct 2017 19:33:37 +1100 Subject: [PATCH] export: Fix bug in sh --- pywal/templates/colors.sh | 9 +++++---- 1 file 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 +"