summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
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: