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": "text",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#F5F5F5",
|
|
|
|
"properties": {
|
2020-09-21 01:20:18 -07:00
|
|
|
"prefix": "",
|
2020-10-16 08:12:34 -07:00
|
|
|
"text": "\uFB26"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#B80101",
|
|
|
|
"properties": {
|
|
|
|
"style": "agnoster"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#B80101",
|
|
|
|
"properties": {
|
2021-11-07 08:42:56 -08:00
|
|
|
"prefix": " <#F5F5F5>git:</>",
|
2021-11-09 08:13:47 -08:00
|
|
|
"template": "{{ .HEAD }}"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-04-04 11:28:41 -07:00
|
|
|
]
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|