oh-my-posh/themes/zash.omp.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"foreground": "#E36464",
"properties": {
2021-12-03 14:44:58 -08:00
"prefix": "@",
"template": "{{ .UserName }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#62ED8B",
"properties": {
2020-10-16 08:12:34 -07:00
"text": "\u279C",
2019-03-13 04:14:30 -07:00
"postfix": "",
"prefix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"style": "folder",
"postfix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4AAFC",
"properties": {
"branch_icon": "",
"prefix": " <#DDB15F>git(</>",
"postfix": "<#DDB15F>)</>",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
"properties": {
2021-11-14 04:39:00 -08:00
"template": "\uF119",
"postfix": ""
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}