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

prompt typo - not escaping the } #1349

Merged
merged 1 commit into from May 11, 2023
Merged

prompt typo - not escaping the } #1349

merged 1 commit into from May 11, 2023

Conversation

kolchurinvv
Copy link
Contributor

Description

Prompt.zsh file had a typo that would result in a } being left on the command line. this is due to the portion of the code

 if [[ "${ITERM_SHELL_INTEGRATION_INSTALLED:-}" == "Yes" ]]; then
    prompt="%{$(iterm2_prompt_mark)%}${prompt}%{$(iterm2_prompt_end)%}" # right here there was the '%' missing before the closing '}'
  fi

Screenshot

Screenshot 2023-05-05 at 16 23 00

@netlify
Copy link

netlify bot commented May 5, 2023

Deploy Preview for spaceship-prompt ready!

Name Link
🔨 Latest commit 564efe7
🔍 Latest deploy log https://app.netlify.com/sites/spaceship-prompt/deploys/645511a909b57d00075cd7da
😎 Deploy Preview https://deploy-preview-1349--spaceship-prompt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@denysdovhan denysdovhan added the bug Bug related to code base, behavior, displaying, etc. label May 11, 2023
@denysdovhan denysdovhan enabled auto-merge (squash) May 11, 2023 20:55
@denysdovhan denysdovhan disabled auto-merge May 11, 2023 20:56
@denysdovhan denysdovhan merged commit 211b281 into spaceship-prompt:master May 11, 2023
7 checks passed
denysdovhan pushed a commit that referenced this pull request May 12, 2023
## [4.13.5](v4.13.4...v4.13.5) (2023-05-12)

### Bug Fixes

* **prompt:** prompt typo - not escaping the } ([#1349](#1349)) ([211b281](211b281))
@denysdovhan
Copy link
Member

🎉 This PR is included in version 4.13.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@denysdovhan denysdovhan added the released Released issues and PRs label May 12, 2023
burgesQ pushed a commit to burgesQ/spaceship-prompt that referenced this pull request Jan 25, 2024
burgesQ pushed a commit to burgesQ/spaceship-prompt that referenced this pull request Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug related to code base, behavior, displaying, etc. released Released issues and PRs
Development

Successfully merging this pull request may close these issues.

None yet

2 participants