bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Append to invoking shell's FZF_DEFAULT_OPTS #19

Closed g-s-k closed 3 years ago

g-s-k commented 4 years ago

Currently it looks like a FZF_DEFAULT_OPTS string is built up from scratch here:

https://github.com/bigH/git-fuzzy/blob/2f5aa9bedc0827464881883e8750a9d4d99e9c94/lib/core.sh#L3-L15

Would it be possible to incorporate existing configuration here, or is there too much of a risk of conflicts? In my case, I want the --color=light flag to propagate (dark mode fzf looks bad in a light terminal).

Thanks!