mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs(iterm): requires interactive property be set to true
This commit is contained in:
parent
c68bb002ad
commit
1fbd784890
|
@ -5,6 +5,7 @@ blocks:
|
|||
newline: true
|
||||
segments:
|
||||
- type: iterm
|
||||
interactive: true
|
||||
style: plain
|
||||
foreground: cyan
|
||||
template: "{{ .PromptMark }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue