summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanPablo <jpabloaj@gmail.com>2011-06-26 19:35:36 -0400
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-07-01 09:18:40 +0300
commitd6b5c32da05eb47d5bc37b1911937cb81de1478d (patch)
tree485aea68094443d0ea186dbb5086e20936a8f9c7
parentwhen remote is origin show o: (diff)
downloadgit-prompt-d6b5c32da05eb47d5bc37b1911937cb81de1478d.tar.gz
git-prompt-d6b5c32da05eb47d5bc37b1911937cb81de1478d.tar.bz2
git-prompt-d6b5c32da05eb47d5bc37b1911937cb81de1478d.zip
unset remotes
-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