From bd894d9ffb776563ad4ffdbef2df3f4576761233 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 22 Apr 2011 06:24:30 +0300 Subject: fixied: clean repo detection; new hexlen default=5; removed ":" before file list --- git-prompt.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-prompt.conf') diff --git a/git-prompt.conf b/git-prompt.conf index c136964..986e6af 100644 --- a/git-prompt.conf +++ b/git-prompt.conf @@ -11,7 +11,7 @@ # error_bell=off # sound terminal bell when command return code is not zero. (use setterm to set pitch and duration) # max_file_list_length=100 # in characters # count_only=off # off - display file list; on - display file count -# rawhex_len=6 # length of git rawhex revision id display (use 0 to hide it) +# rawhex_len=5 # length of git rawhex revision id display (use 0 to hide it) ############################################################ MODULES @@ -85,6 +85,7 @@ # untracked_vcs_color=BLUE # Untracked files: # op_vcs_color=MAGENTA # detached_vcs_color=RED +# hex_vcs_color=dim # :vim:ft=sh ts=8 sw=8 et: -- cgit v1.2.3