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

Missing root slashes in fzf absolute path of "polarbear" host plugin loader script #290

Closed
arcticicestudio opened this issue Oct 8, 2020 · 0 comments · Fixed by #291
Closed

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Oct 8, 2020

The plugin loader script of the polarbear host currently misses leading / in front of the two absolute fzf paths causing a plugin loading error.

@arcticicestudio arcticicestudio added this to the Next milestone Oct 8, 2020
@arcticicestudio arcticicestudio changed the title Missing root slash in fzf absolute path of "polarbear" host plugin loader script Missing root slashes in fzf absolute path of "polarbear" host plugin loader script Oct 8, 2020
arcticicestudio added a commit that referenced this issue Oct 8, 2020
The plugin loader script of the `polarbear` host was missing leading `/`
[2] in front of the two absolute fzf [2] paths that caused a plugin
loading error.

[1]: https://github.com/arcticicestudio/igloo/blob/18b73500/snowblocks/zsh/lib/plugins.polarbear.zsh#L13-L15
[2]: https://github.com/junegunn/fzf

GH-290
arcticicestudio added a commit that referenced this issue Oct 8, 2020
…pt (#291)

The plugin loader script of the `polarbear` host was missing leading `/`
[2] in front of the two absolute fzf [2] paths that caused a plugin
loading error.

[1]: https://github.com/arcticicestudio/igloo/blob/18b73500/snowblocks/zsh/lib/plugins.polarbear.zsh#L13-L15
[2]: https://github.com/junegunn/fzf

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

Successfully merging a pull request may close this issue.

2 participants