summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b94ea64..6d6e7ff 100644
--- a/bashrc
+++ b/bashrc
@@ -271,6 +271,9 @@ function _set_vcs {
if [[ -d "${git_dir}/rebase-apply" || -d "${git_dir}/rebase-merge" ]]; then
vcs_state='rebase'
fi
+ if [[ -e "${git_dir}/BISECT_START" ]]; then
+ vcs_state='bisect'
+ fi
if [[ "x$vcs_branch" == "xmaster" ]]; then
vcs_branch=''
fi