mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 07:17:26 -08:00
683 B
683 B
id | title | sidebar_label |
---|---|---|
iterm | iTerm | iTerm |
What
Inserts the iTerm2 shell integration prompt mark for zsh, bash, and fish. For more information, read the shell integration page on the developer's website.
:::info
You will need to set env var ITERM2_SQUELCH_MARK = 1
prior to initiating Oh My Posh.
:::
Sample Configuration
{
"type": "iterm",
"style": "plain",
"foreground": "#80ffea",
"template": "{{ .PromptMark }}"
}
Template (info)
:::note default template
{{ .PromptMark }}
:::