mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
chore: fix console title template syntax in sample
This commit is contained in:
parent
0b9d3cc916
commit
f81df2d8d4
|
@ -92,7 +92,7 @@ the current working directory is `/usr/home/omp` and the shell is `zsh`.
|
|||
// when root == true: omp :: root :: zsh
|
||||
"console_title_template": "{{.Folder}}", // outputs: omp
|
||||
"console_title_template": "{{.Shell}} in {{.Path}}", // outputs: zsh in /usr/home/omp
|
||||
"console_title_template": "{{Env..USERDOMAIN}} {{.Shell}} in {{.Path}}", // outputs: MyCompany zsh in /usr/home/omp
|
||||
"console_title_template": "{{.Env.USERDOMAIN}} {{.Shell}} in {{.Path}}", // outputs: MyCompany zsh in /usr/home/omp
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue