Skip to content

Commit

Permalink
chore: remove all version 2 references
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Nov 8, 2024
1 parent 4c0654f commit 62bc293
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/devious-diamonds.omp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ palette:
white: "#FFFFFF"
white-cursorColor-foreground: "#F8F8F2"
yellow: "#FFCA80"
version: 2
version: 3
2 changes: 1 addition & 1 deletion themes/glowsticks.omp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ transient_prompt:
background: transparent
foreground: p:white
template: ""
version: 2
version: 3
2 changes: 1 addition & 1 deletion website/docs/configuration/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ import Config from "@site/src/components/Config.js";
},
],
final_space: true,
version: 2,
version: 3,
}}
/>
4 changes: 2 additions & 2 deletions website/docs/configuration/general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/configuration/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $env.SET_POSHCONTEXT = {

<Config
data={{
version: 2,
version: 3,
// highlight-start
var: {
Hello: "hello",
Expand Down

0 comments on commit 62bc293

Please sign in to comment.