summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index dd88fd0..dee3c0c 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -10,7 +10,8 @@
# 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=5 # length of git rawhex revision id display (use 0 to hide it)
############################################################ MODULES
@@ -18,6 +19,7 @@
# svn_module=off
# hg_module=on
# vim_module=on
+# virtualenv_module=on
########################################################### DEFAULT OBJECTS
@@ -36,6 +38,8 @@
# Some don't like hostname in uppercase
# upcase_hostname=on # =off
+# Some don't like long hostname
+# short_hostname=off # =on
# Do not do VCS parsing for listed directories
# useful for directories for which it is difficult to maintain .gitignore so
@@ -50,6 +54,7 @@
# if [[ -n "$cols" && $cols -ge 8 ]]; then # if terminal supports colors
# dir_color=CYAN
# rc_color=red
+ # virtualenv_color=green
# user_id_color=blue
# root_id_color=magenta
# else # B/W terminal
@@ -61,11 +66,12 @@
# prompt_char='>'
# root_prompt_char='>'
## prompt_char='$'
+## prompt_char='➔'
## root_prompt_char='#'
##### Per host color
-### Per host color. If not set, color will be derived from name of host checksum).
+### Per host color. If not set, color will be derived from hostname checksum).
### Variable name is uppercase-short-hostname with appended "_host_color"
### Example per-host-color config:
@@ -84,6 +90,7 @@
# untracked_vcs_color=BLUE # Untracked files:
# op_vcs_color=MAGENTA
# detached_vcs_color=RED
+# hex_vcs_color=BLACK # git revision id: bright black (makes gray)
# :vim:ft=sh ts=8 sw=8 et: