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: "#FFFFFF"
|
||||||
white-cursorColor-foreground: "#F8F8F2"
|
white-cursorColor-foreground: "#F8F8F2"
|
||||||
yellow: "#FFCA80"
|
yellow: "#FFCA80"
|
||||||
version: 2
|
version: 3
|
||||||
|
|
|
@ -157,4 +157,4 @@ transient_prompt:
|
||||||
background: transparent
|
background: transparent
|
||||||
foreground: p:white
|
foreground: p:white
|
||||||
template: " "
|
template: " "
|
||||||
version: 2
|
version: 3
|
||||||
|
|
|
@ -89,6 +89,6 @@ import Config from "@site/src/components/Config.js";
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
final_space: true,
|
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",
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||||
"final_space": true,
|
"final_space": true,
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"blocks": [
|
"blocks": [
|
||||||
{
|
{
|
||||||
"type": "prompt",
|
"type": "prompt",
|
||||||
|
@ -59,7 +59,7 @@ starting point to create your own configuration.
|
||||||
```yaml
|
```yaml
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
||||||
final_space: true
|
final_space: true
|
||||||
version: 2
|
version: 3
|
||||||
blocks:
|
blocks:
|
||||||
- type: prompt
|
- type: prompt
|
||||||
alignment: left
|
alignment: left
|
||||||
|
|
|
@ -117,7 +117,7 @@ $env.SET_POSHCONTEXT = {
|
||||||
|
|
||||||
<Config
|
<Config
|
||||||
data={{
|
data={{
|
||||||
version: 2,
|
version: 3,
|
||||||
// highlight-start
|
// highlight-start
|
||||||
var: {
|
var: {
|
||||||
Hello: "hello",
|
Hello: "hello",
|
||||||
|
|
Loading…
Reference in a new issue