From 4c4fab794b7ea641c3791a2f1694161d75291a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20=C5=A0vanda?= Date: Tue, 7 Feb 2017 21:02:43 +0100 Subject: [PATCH] vypnute pocitani logstash --- themes/base.theme.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/base.theme.bash b/themes/base.theme.bash index 42aaac58..6d114363 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash @@ -244,8 +244,8 @@ function git_prompt_vars { [[ "${status}" =~ ${ahead_re} ]] && SCM_BRANCH+=" ${SCM_GIT_AHEAD_CHAR}${BASH_REMATCH[1]}" [[ "${status}" =~ ${behind_re} ]] && SCM_BRANCH+=" ${SCM_GIT_BEHIND_CHAR}${BASH_REMATCH[1]}" - local stash_count="$(git stash list 2> /dev/null | wc -l | tr -d ' ')" - [[ "${stash_count}" -gt 0 ]] && SCM_BRANCH+=" {${stash_count}}" + # local stash_count="$(git stash list 2> /dev/null | wc -l | tr -d ' ')" + # [[ "${stash_count}" -gt 0 ]] && SCM_BRANCH+=" {${stash_count}}" SCM_BRANCH+=${details}