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: fzf ignores FZF_DEFAULT_OPTS if not exported #656

Merged
merged 1 commit into from Mar 6, 2023

Conversation

jellelicht
Copy link
Contributor

The workaround introduced in 468d5d9 for setting the right-side margins for fzf via prepending to FZF_DEFAULT_OPTS only gets propagated to subsequent invocations of fzf if the FZF_DEFAULT_OPTS is exported by the caller in the first place. (Re-)exporting the variable works in both situations.

The workaround introduced in 468d5d9 for setting the right-side margins for `fzf` via prepending to `FZF_DEFAULT_OPTS` only gets propagated to subsequent invocations of `fzf` if the `FZF_DEFAULT_OPTS` is exported by the caller in the first place. (Re-)exporting the variable works in both situations.
@Euro20179 Euro20179 merged commit 840290e into pystardust:master Mar 6, 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