aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bfb61ae7..135187dd 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -56,7 +56,7 @@ prompt() {
;;
git)
- # Bail if we have no git(1) or if our git status call fails
+ # Bail if we have no git(1)
if ! hash git 2>/dev/null; then
return 1
fi