summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2011-04-22 06:24:30 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-04-22 06:29:24 +0300
commitbd894d9ffb776563ad4ffdbef2df3f4576761233 (patch)
treece7a4673249b2d1721f62402ab728f947bb1cd0e /git-prompt.conf
parentrev-number (hex) now in dim (half-bright) color (diff)
downloadgit-prompt-bd894d9ffb776563ad4ffdbef2df3f4576761233.tar.gz
git-prompt-bd894d9ffb776563ad4ffdbef2df3f4576761233.tar.bz2
git-prompt-bd894d9ffb776563ad4ffdbef2df3f4576761233.zip
fixied: clean repo detection; new hexlen default=5; removed ":" before file list
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf3
1 files changed, 2 insertions, 1 deletions
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: