oh-my-posh/website/docs/segments/iterm.md
2022-05-13 08:19:35 +02:00

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 }}

:::