aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/prompt.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/prompt.bash')
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 39ee175b..e7e285a7 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -97,7 +97,7 @@ prompt() {
[[ $iswt = true ]] || return
# Refresh index so e.g. git-diff-files(1) is accurate
- git update-index --refresh >/dev/null
+ git update-index --refresh >/dev/null 2>&1
# Find a local branch, remote branch, or tag (annotated or not), or
# failing all of that just show the short commit ID, in that order