26 lines
494 B
Plaintext
26 lines
494 B
Plaintext
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"upgrade": {
|
|
"source": "cdn",
|
|
"interval": "168h",
|
|
"auto": false,
|
|
"notice": false
|
|
},
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"template": "➜ ",
|
|
"foreground": "#f1184c",
|
|
"type": "text",
|
|
"style": "plain"
|
|
}
|
|
],
|
|
"newline": true
|
|
}
|
|
],
|
|
"version": 3
|
|
}
|