Skip to content

Commit

Permalink
Missing '%' in iterm2_prompt_end
Browse files Browse the repository at this point in the history
  • Loading branch information
archite committed May 5, 2023
1 parent ef65357 commit 32b6d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompts.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spaceship::prompt() {

# Allow iTerm integration to work
if [[ "${ITERM_SHELL_INTEGRATION_INSTALLED:-}" == "Yes" ]]; then
prompt="%{$(iterm2_prompt_mark)%}${prompt}%{$(iterm2_prompt_end)}"
prompt="%{$(iterm2_prompt_mark)%}${prompt}%{$(iterm2_prompt_end)%}"
fi

# Should it add a new line before the prompt?
Expand Down

0 comments on commit 32b6d53

Please sign in to comment.