base16-shell icon indicating copy to clipboard operation
base16-shell copied to clipboard

Fix BASE16_THEME env set by fish shell helper

Open psaints opened this issue 2 years ago • 1 comments

The fish shell helper script was using the wrong variable to parse the current theme name from the theme's path, thus setting the BASE16_THEME environment variable to an empty string.

This affects scripts or configurations that rely on BASE16_THEME, such as the base16-vim users that use the instructions on the README file (colorschema base16-$BASE16_THEME).

psaints avatar Apr 04 '23 21:04 psaints

I had the same issue. This change works for me.

jcelliott avatar Nov 22 '24 23:11 jcelliott