summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-prompt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index d6306bf..a6508c5 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -9,6 +9,7 @@
unset dir_color rc_color user_id_color root_id_color init_vcs_color clean_vcs_color
unset modified_vcs_color added_vcs_color addmoded_vcs_color untracked_vcs_color op_vcs_color detached_vcs_color hex_vcs_color
unset rawhex_len
+ unset remotes
conf=git-prompt.conf; [[ -r $conf ]] && . $conf
conf=/etc/git-prompt.conf; [[ -r $conf ]] && . $conf