Prompt template is only applied to current line #5267
Answered
by
JanDeDobbeleer
ctfguy
asked this question in
Troubleshoot
-
Beta Was this translation helpful? Give feedback.
Answered by
JanDeDobbeleer
Jul 14, 2024
Replies: 1 comment
-
@ctfguy you have transient prompt enabled somehow as that's the default template. When this happened to other people they have an init without configuration e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ctfguy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ctfguy you have transient prompt enabled somehow as that's the default template. When this happened to other people they have an init without configuration e.g.
eval "$(oh-my-posh init zsh)"
and then set the config using the same line again with the--config
flag, or by setting thePOSH_THEME
environment variable. By default the transient prompt can't be enabled by itself without a configuration (the default configuration has this enabled).