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: 'permission denied' error when executing: plug 'pabloariasal/zfm' #99

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

wintermi
Copy link
Contributor

@wintermi wintermi commented Jan 5, 2023

When executing plug 'pabloariasal/zfm' a permission denied error is thrown.

This is caused by the last line of the zfm.zsh file:

"$@"

via Zap this translates to:

$HOME/.local/share/zap/plugins/zfm zfm

This PR fixes the issue caused by the execution of _try_source passing 2 arguments, i.e. that would output as shown above.

@ChristianChiarulli ChristianChiarulli merged commit 6db5328 into zap-zsh:master Jan 5, 2023
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.

None yet

2 participants