mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-25 02:54:03 -08:00
chore: remove all version 2 references
This commit is contained in:
parent
84e1e898f4
commit
665b487727
|
@ -265,4 +265,4 @@ palette:
|
|||
white: "#FFFFFF"
|
||||
white-cursorColor-foreground: "#F8F8F2"
|
||||
yellow: "#FFCA80"
|
||||
version: 2
|
||||
version: 3
|
||||
|
|
|
@ -157,4 +157,4 @@ transient_prompt:
|
|||
background: transparent
|
||||
foreground: p:white
|
||||
template: " "
|
||||
version: 2
|
||||
version: 3
|
||||
|
|
|
@ -89,6 +89,6 @@ import Config from "@site/src/components/Config.js";
|
|||
},
|
||||
],
|
||||
final_space: true,
|
||||
version: 2,
|
||||
version: 3,
|
||||
}}
|
||||
/>
|
||||
|
|
|
@ -31,7 +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,
|
||||
"version": 3,
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
|
@ -59,7 +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
|
||||
version: 3
|
||||
blocks:
|
||||
- type: prompt
|
||||
alignment: left
|
||||
|
|
|
@ -117,7 +117,7 @@ $env.SET_POSHCONTEXT = {
|
|||
|
||||
<Config
|
||||
data={{
|
||||
version: 2,
|
||||
version: 3,
|
||||
// highlight-start
|
||||
var: {
|
||||
Hello: "hello",
|
||||
|
|
Loading…
Reference in a new issue