From d6b5c32da05eb47d5bc37b1911937cb81de1478d Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Sun, 26 Jun 2011 19:35:36 -0400 Subject: unset remotes --- git-prompt.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3