docs(iterm): requires interactive property be set to true

This commit is contained in:
Michał Zielański 2022-10-12 13:05:42 +02:00 committed by GitHub
parent c68bb002ad
commit 1fbd784890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ blocks:
newline: true
segments:
- type: iterm
interactive: true
style: plain
foreground: cyan
template: "{{ .PromptMark }}"

View file

@ -19,6 +19,7 @@ You will need to set env var `ITERM2_SQUELCH_MARK = 1` prior to initiating Oh My
```json
{
"type": "iterm",
"interactive": true,
"style": "plain",
"foreground": "#80ffea",
"template": "{{ .PromptMark }}"