diff options
Diffstat (limited to 'git-prompt.conf')
-rw-r--r-- | git-prompt.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/git-prompt.conf b/git-prompt.conf index 64c158a..f35a84a 100644 --- a/git-prompt.conf +++ b/git-prompt.conf @@ -3,6 +3,13 @@ ### ### lines commented-out with single '#' are default values ### lines commented-out with double '##' are examples +### +### bash syntax - no spaces around "=" + +########################################################### + +# error_bell=off # sound terminal bell when command return code is not zero. (use setterm to set pitch duration) +# max_file_list_length=100 # in characters ############################################################ MODULES @@ -11,10 +18,8 @@ # svn_module=off # vim_module=on -# max_file_list_length=100 # in characters ########################################################### DEFAULT OBJECTS - ### Default objects are not displayed. Example: ## default_user=lvv @@ -38,13 +43,12 @@ ##### Per host color. If not set, color derived from host-name checksum) -### variable name is uppercase-short-hostname with appended "_host_color" -### Per host color. If not set, color derived from host-name checksum) +### Per host color. If not set, color derived from host-name checksum). +### Variable name is uppercase-short-hostname with appended "_host_color" ### Example per-host-color config: ## TASHA_host_color=cyan ## AL_host_color=green -## LVV_host_color=blue ## AHP_host_color=white |