From d6d99d33c143e52b2bb20cedba6fa19be4d887b8 Mon Sep 17 00:00:00 2001 From: JuanPablo Date: Sun, 26 Jun 2011 20:00:58 -0400 Subject: unset remotes;changed position --- git-prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-prompt.sh b/git-prompt.sh index a6508c5..2832729 100755 --- a/git-prompt.sh +++ b/git-prompt.sh @@ -9,7 +9,6 @@ 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 @@ -583,6 +582,7 @@ parse_vcs_status() { unset vcs vcs_info unset status modified untracked added init detached unset file_list modified_files untracked_files added_files + unset remotes [[ $vcs_ignore_dir_list =~ $PWD ]] && return -- cgit v1.2.3