include stash in default shell layout

As it only shows up when any stash is present, only relevant users will
see it.

The priority was chosen slightly lower than the branch name, as the
branch name is more relevant to check upon often in between repository
work while the stashes are more likely only checked between task chunks.
This commit is contained in:
XZS 2016-04-22 14:59:20 +02:00
parent fd54f63347
commit 72053f688f
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
"function": "powerline.segments.shell.last_pipe_status", "function": "powerline.segments.shell.last_pipe_status",
"priority": 10 "priority": 10
}, },
{
"function": "powerline.segments.common.vcs.stash",
"priority": 50
},
{ {
"function": "powerline.segments.common.vcs.branch", "function": "powerline.segments.common.vcs.branch",
"priority": 40 "priority": 40