aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-12-06 14:53:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-12-06 14:53:05 +1300
commit6a32080fbfb9104164b3d7544652b64d08918b40 (patch)
tree7c27ca426b4f0a924ae4d643d44e9c0e48a06bfd /bash/bashrc.d
parentAdd completion for prompt command (diff)
downloaddotfiles-6a32080fbfb9104164b3d7544652b64d08918b40.tar.gz
dotfiles-6a32080fbfb9104164b3d7544652b64d08918b40.zip
Correct misleading comment
Diffstat (limited to 'bash/bashrc.d')
-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