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

Add back quotes for variables in the zsh shell integration to improve compatibility #3989

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

lixiaoyan
Copy link
Contributor

#3332 (comment)
According to this comment, using variables without quoting may not work with setopt SH_WORD_SPLIT.

We don't need to quote variables in [[ ]] because it works differently.

… compatibility

ghostty-org#3332 (comment)
According to this comment, using variables without quoting may not work with `setopt SH_WORD_SPLIT`.

We don't need to quote variables in `[[ ]]` because it works differently.
@mitchellh mitchellh merged commit 35eefd4 into ghostty-org:main Dec 30, 2024
@mitchellh
Copy link
Contributor

Thanks!

@github-actions github-actions bot added this to the 1.0.1 milestone Dec 30, 2024
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