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 FPATH being exported to subprocesses #485

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

Conversation

jgkamat
Copy link

@jgkamat jgkamat commented May 3, 2018

Fixes an issue when using zplug with multiple zsh installs, where parent zsh instances would propogate an incorrect FPATH to child instances, breaking functions. A way to see if this is verified is to run bash from zsh, and see if you can see the FPATH variable. If you can, there is an issue. The way I stumbled across this is by using bedrock linux, which lets me run zsh from multiple distros.

I did some limited testing with the syntax highlighting plugin and I found no issues. Let me know if you are exporting this for a reason, and I'll try to find another solution. zpm seems to work fine without exporting this variable.

Fixes an issue when using zplug with multiple zsh installs, where
parent zsh instances would propogate an incorrect FPATH to child
instances, breaking functions.
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.

1 participant