keisku / kubectl-explore

A better kubectl explain with the fuzzy finder
MIT License
352 stars 12 forks source link

FZF_THEME not used #7

Closed norman-zon closed 2 years ago

norman-zon commented 2 years ago

It seems kubectl-explore does not use my default fzf theme configured FZF_THEME. Is there any other way to do themes?

keisku commented 2 years ago

@norman-zon Thanks for reaching out.

I don't use fzf for fuzzy-finder, use it below instead. https://github.com/kei6u/kubectl-explore/blob/e0673e9d7211b8b9d4591c30416df61fec1f75ca/go.mod#L7

So, I think you can not use fzf configurations.

norman-zon commented 2 years ago

I'm sorry for the noise. I don't know why I assumed you used fzf. Thanks for the quick response.