màj config
This commit is contained in:
@@ -16,13 +16,22 @@
|
||||
"function": "powerline.segments.common.env.user",
|
||||
"priority": 30,
|
||||
"args": {
|
||||
"hide_domain": true
|
||||
"hide_domain": true,
|
||||
"hide_user": "thomasbriffard"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.env.virtualenv",
|
||||
"priority": 50
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.time.date",
|
||||
"priority": 10,
|
||||
"args": {
|
||||
"istime": true,
|
||||
"format": "%H:%M"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.shell.cwd",
|
||||
"priority": 10,
|
||||
@@ -31,10 +40,6 @@
|
||||
"use_path_separator": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.shell.jobnum",
|
||||
"priority": 20
|
||||
},
|
||||
{
|
||||
"function": "powerline_gitstatus.gitstatus",
|
||||
"priority": 40
|
||||
@@ -43,20 +48,12 @@
|
||||
],
|
||||
"right": [
|
||||
{
|
||||
"function": "powerline.segments.shell.last_pipe_status",
|
||||
"priority": 10
|
||||
},
|
||||
"function": "powerline.segments.shell.last_pipe_status",
|
||||
"priority": 20
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.vcs.stash",
|
||||
"priority": 50
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.vcs.branch",
|
||||
"priority": 40
|
||||
},
|
||||
{
|
||||
"function": "powerline.segments.common.time.date",
|
||||
"priority": 50
|
||||
"function": "powerline.segments.shell.jobnum",
|
||||
"priority": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user