export: Fix bug in sh

This commit is contained in:
dylan araps 2017-10-13 19:33:37 +11:00
parent b55c37ac14
commit 43a4d50d59

View File

@ -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
"