export: Export FZF colors.

This commit is contained in:
dylan araps 2017-10-12 08:13:15 +11:00
parent 4684d04083
commit c0c2eeaf9f

View File

@ -24,3 +24,9 @@ color12='{color12}'
color13='{color13}'
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
'