You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
558 B

{
"default_module": "powerline.segments.common",
"segments": {
"left": [
{
"function": "hostname",
"priority": 10
},
{
"function": "user",
"priority": 30
},
{
"function": "virtualenv",
"priority": 50
},
{
"function": "branch",
"priority": 40
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerline.segments.shell.jobnum",
"priority": 20
},
{
"function": "powerline.segments.shell.last_status",
"priority": 10
}
]
}
}