This may be pretty basic, but I am trying to figure out how to get rid of the initial line break after my blue arrow (more detail in screenshot)

Spaceship version:
Zsh version:
Zsh framework: oh-my-zsh
Zsh plugin manager:
Terminal emulator: iTerm2
Operating system: macOS
.zshrc# Set Spaceship ZSH as a prompt
autoload -U promptinit; promptinit
prompt spaceship
Did you mean SPACESHIP_PROMPT_ADD_NEWLINE ?
No I didn't, and I didn't set that anywhere. I am not sure where in my prompt that little blue sideways triangle and newline is coming from
I didn't set that anywhere
Sorry, I wasn't clear. SPACESHIP_PROMPT_ADD_NEWLINE is true by default. If you don't want that, You could set it to false in your .zshrc.
little blue sideways triangle and newline
Those are marks added by iTerm2 shell integration.
Great feedback, all fixed up, thanks!
Most helpful comment
Great feedback, all fixed up, thanks!