dotfiles/.config/powerline/themes/shell/custom.json

32 lines
550 B
JSON
Raw Normal View History

2017-10-20 17:05:04 +00:00
{
"segments": {
"left": [
{
"function": "powerline.segments.shell.last_status",
"priority": 10
},
{
"function": "powerline.segments.common.net.hostname",
"priority": 10
},
{
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerline.segments.shell.jobnum",
"priority": 20
},
{
"function": "powerline.segments.common.vcs.branch",
"priority": 40
}
]
}
}