aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc.d')
-rw-r--r--zsh/zshrc.d/prompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc.d/prompt.zsh b/zsh/zshrc.d/prompt.zsh
index 858ec2ea..48a3d5f9 100644
--- a/zsh/zshrc.d/prompt.zsh
+++ b/zsh/zshrc.d/prompt.zsh
@@ -62,7 +62,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