From 646ca93318631d89fb22d4c26ba1a60eaca2c204 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 13 Mar 2009 21:09:18 +0200 Subject: external config Squashed commit of the following: commit d2dd640947b803bfd0df4c68b841457ce543995d Author: Leonid Volnitsky Date: Wed Mar 11 21:29:49 2009 +0200 -- if max_file_list_lenght==0 (disabled), then do not display "..." commit 4dc94f9668b797142cbd525d2fc9137f615bc2db Author: Leonid Volnitsky Date: Wed Mar 11 21:19:09 2009 +0200 -- switch git_module works commit 7d7d3e1996d6834f2cccc900ac5bc626ff2ce6bb Author: Leonid Volnitsky Date: Sun Mar 8 19:41:47 2009 +0200 -- colors are working commit f1a8382bd7c4b2b1c27fc9908efa54f74290f06a Merge: 876c85e 4a8777a Author: Leonid Volnitsky Date: Sun Mar 8 18:25:52 2009 +0200 Merge branch 'master' into config Conflicts: index.txt commit 876c85e87090c7de5740538666bdf558e30923b9 Author: Leonid Volnitsky Date: Fri Feb 20 13:44:52 2009 +0200 -- conf --- git-prompt.conf | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 git-prompt.conf (limited to 'git-prompt.conf') diff --git a/git-prompt.conf b/git-prompt.conf new file mode 100644 index 0000000..3b29beb --- /dev/null +++ b/git-prompt.conf @@ -0,0 +1,53 @@ +# git-prompt.sh config +# +# commented-out variales are default values + + +##### MODULES +#git_module=on +#svn_module=off +#vim_module=on + + +### Default objects are not displayed +#default_user=lvv +#default_host="ahp" # remote host is always shown +#default_domain="lvvnet" + + +##### dir, exit code, root color +#if [ 0`tput colors` -ge 8 ]; then # if terminal supports colors + # dir_color=CYAN + # rc_color=red + # root_id_color=magenta +#else # B/W terminal + # dir_color=bw_bold + # rc_color=bw_bold +#fi + +##### 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) +## Example per-host-color config: +## +## TASHA_host_color=cyan +## AL_host_color=green +## LVV_host_color=blue +## AHP_host_color=white + + + +##### VCS state colors +# init_vcs_color=WHITE # initial +# clean_vcs_color=blue # nothing to commit (working directory clean) +# modified_vcs_color=red # Changed but not updated: +# added_vcs_color=green # Changes to be committed: +# mixed_vcs_color=yellow # +# untracked_vcs_color=BLUE # Untracked files: +# op_vcs_color=MAGENTA +# detached_vcs_color=RED + +# max_file_list_length=100 + + +: vim:ft=sh: -- cgit v1.2.3