2019-03-13 04:14:30 -07:00
|
|
|
|
{
|
|
|
|
|
"blocks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "prompt",
|
|
|
|
|
"alignment": "left",
|
|
|
|
|
"segments": [
|
|
|
|
|
{
|
2020-10-08 11:35:10 -07:00
|
|
|
|
"type": "os",
|
2019-03-13 04:14:30 -07:00
|
|
|
|
"style": "plain",
|
|
|
|
|
"foreground": "#26C6DA",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"properties": {
|
|
|
|
|
"postfix": " "
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "root",
|
|
|
|
|
"style": "plain",
|
|
|
|
|
"foreground": "#26C6DA",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"properties": {
|
|
|
|
|
"root_icon": "襁"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "path",
|
|
|
|
|
"style": "plain",
|
|
|
|
|
"foreground": "#26C6DA",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"properties": {
|
|
|
|
|
"home_icon": "~",
|
|
|
|
|
"style": "short",
|
|
|
|
|
"postfix": " "
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "git",
|
2020-10-02 12:58:49 -07:00
|
|
|
|
"style": "plain",
|
2019-03-13 04:14:30 -07:00
|
|
|
|
"foreground": "#D4E157",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"properties": {
|
|
|
|
|
"branch_icon": "",
|
|
|
|
|
"branch_identical_icon": "≡",
|
|
|
|
|
"branch_ahead_icon": "↑",
|
|
|
|
|
"branch_behind_icon": "↓",
|
|
|
|
|
"branch_gone_icon": "≢",
|
|
|
|
|
"local_working_icon": "",
|
|
|
|
|
"local_staged_icon": "",
|
|
|
|
|
"prefix": "<#26C6DA> </>"
|
|
|
|
|
}
|
2020-10-02 12:58:49 -07:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "text",
|
|
|
|
|
"style": "plain",
|
2020-10-05 11:43:08 -07:00
|
|
|
|
"foreground": "#546E7A",
|
|
|
|
|
"background": "transparent",
|
2020-10-02 12:58:49 -07:00
|
|
|
|
"properties": {
|
|
|
|
|
"text": "",
|
|
|
|
|
"prefix": "",
|
|
|
|
|
"postfix": ""
|
|
|
|
|
}
|
2019-03-13 04:14:30 -07:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "prompt",
|
|
|
|
|
"alignment": "right",
|
|
|
|
|
"segments": [
|
|
|
|
|
{
|
|
|
|
|
"type": "session",
|
|
|
|
|
"style": "diamond",
|
|
|
|
|
"foreground": "#D4E157",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"leading_diamond": "",
|
|
|
|
|
"properties": {
|
|
|
|
|
"user_info_separator": "@",
|
|
|
|
|
"postfix": " <#26C6DA></> "
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "time",
|
|
|
|
|
"style": "plain",
|
|
|
|
|
"foreground": "#D4E157",
|
|
|
|
|
"background": "#546E7A",
|
|
|
|
|
"properties": {
|
|
|
|
|
"time_format": "15:04:05",
|
|
|
|
|
"postfix": " "
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "newline"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "prompt",
|
|
|
|
|
"alignment": "left",
|
|
|
|
|
"segments": [
|
|
|
|
|
{
|
|
|
|
|
"type": "exit",
|
|
|
|
|
"style": "plain",
|
|
|
|
|
"foreground": "#D4E157",
|
|
|
|
|
"properties": {
|
2020-09-30 02:25:54 -07:00
|
|
|
|
"prefix": "❯",
|
2019-03-13 04:14:30 -07:00
|
|
|
|
"always_enabled": true,
|
|
|
|
|
"error_color": "#FF5252",
|
2020-09-30 02:18:35 -07:00
|
|
|
|
"display_exit_code": false
|
2019-03-13 04:14:30 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2020-09-21 01:20:18 -07:00
|
|
|
|
]
|
2019-03-13 04:14:30 -07:00
|
|
|
|
}
|