Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BASE16_THEME env set by fish shell helper #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psaints
Copy link

@psaints psaints commented Apr 4, 2023

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).

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).
@jcelliott
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants