mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
docs: add missing version parameter
This commit is contained in:
parent
c0c230879a
commit
3f83944dc3
|
@ -31,6 +31,7 @@ starting point to create your own configuration.
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"final_space": true,
|
||||
"version": 2,
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
|
@ -58,6 +59,7 @@ starting point to create your own configuration.
|
|||
```yaml
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
||||
final_space: true
|
||||
version: 2
|
||||
blocks:
|
||||
- type: prompt
|
||||
alignment: left
|
||||
|
@ -77,6 +79,7 @@ blocks:
|
|||
```toml
|
||||
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||
final_space = true
|
||||
version = 2
|
||||
|
||||
[[blocks]]
|
||||
type = "prompt"
|
||||
|
|
Loading…
Reference in a new issue