mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
export: Fix bug in sh
This commit is contained in:
parent
b55c37ac14
commit
43a4d50d59
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user