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
|
newline: true
|
||||||
segments:
|
segments:
|
||||||
- type: iterm
|
- type: iterm
|
||||||
|
interactive: true
|
||||||
style: plain
|
style: plain
|
||||||
foreground: cyan
|
foreground: cyan
|
||||||
template: "{{ .PromptMark }}"
|
template: "{{ .PromptMark }}"
|
||||||
|
|
|
@ -19,6 +19,7 @@ You will need to set env var `ITERM2_SQUELCH_MARK = 1` prior to initiating Oh My
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "iterm",
|
"type": "iterm",
|
||||||
|
"interactive": true,
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "#80ffea",
|
"foreground": "#80ffea",
|
||||||
"template": "{{ .PromptMark }}"
|
"template": "{{ .PromptMark }}"
|
||||||
|
|
Loading…
Reference in a new issue