From 72053f688f6c0dd24a4964e32ef504ceeb3c7806 Mon Sep 17 00:00:00 2001 From: XZS Date: Fri, 22 Apr 2016 14:59:20 +0200 Subject: [PATCH] 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. --- powerline/config_files/themes/shell/default.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/powerline/config_files/themes/shell/default.json b/powerline/config_files/themes/shell/default.json index 480da5c9..38039d80 100644 --- a/powerline/config_files/themes/shell/default.json +++ b/powerline/config_files/themes/shell/default.json @@ -30,6 +30,10 @@ "function": "powerline.segments.shell.last_pipe_status", "priority": 10 }, + { + "function": "powerline.segments.common.vcs.stash", + "priority": 50 + }, { "function": "powerline.segments.common.vcs.branch", "priority": 40