tinted-theming / tinted-fzf

base16 colorschemes for fzf
https://github.com/base16-project/base16
MIT License
135 stars 9 forks source link

Export FZF_DEFAULT_OPTS for fish shell in template (take 2) #19

Closed pbar1 closed 3 years ago

pbar1 commented 3 years ago

The user of #18 looks like they've deleted their account; I'm opening the same PR to take over.

I broke it into 2 commits:

  1. Update the FZF_DEFAULT_OPTS template for Fish to export the variable - without this, the variable isn't propagated to fzf as mentioned in the other PR.
  2. Run make all to build all the fish sources from the updated template. I can remove this commit if necessary - not totally sure from the readme whether this is wanted or not, with the GitHub Action and all.

Thanks for your work! I use it as part of my light/dark mode shell toggles, and it's a real treat in Fish being able to have the themes persist across sessions so easily.

fnune commented 3 years ago

Thank you. The make all commit is welcome, I thought I'd set up a PR template that mentioned it. I might just do that. Have a nice day/evening!