From 8b42fd3974e734cb2d164299ccc3519d13789a10 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 2 Jul 2009 15:52:28 +0300 Subject: fixed: consistant tabulation. tabstop=8, tabs replaced with spaces --- git-prompt.conf | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'git-prompt.conf') diff --git a/git-prompt.conf b/git-prompt.conf index a9061ab..2ef616e 100644 --- a/git-prompt.conf +++ b/git-prompt.conf @@ -8,8 +8,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 +# 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 ############################################################ MODULES @@ -23,14 +23,14 @@ ########################################################### DEFAULT OBJECTS ### Default objects are not displayed. Example: -## default_user=lvv -## default_host="ahp" # remote host is always shown -## default_domain="lvvnet" +## default_user=lvv +## default_host="ahp" # remote host is always shown +## default_domain="lvvnet" ########################################################### CWD -## cwd_cmd='\w' # display full path -## cwd_cmd='\W' # display only last dir of path -cwd_cmd='cwd_truncate 40' # display last 30 chars of path +## cwd_cmd='\w' # display full path +## cwd_cmd='\W' # display only last dir of path +cwd_cmd='cwd_truncate 40' # display last 30 chars of path ########################################################### ETC @@ -40,13 +40,13 @@ cwd_cmd='cwd_truncate 40' # display last 30 chars of path ### directory, 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 +# 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 @@ -56,21 +56,21 @@ cwd_cmd='cwd_truncate 40' # display last 30 chars of path ### Variable name is uppercase-short-hostname with appended "_host_color" ### Example per-host-color config: -## TASHA_host_color=cyan -## AL_host_color=green -## AHP_host_color=white +## TASHA_host_color=cyan +## AL_host_color=green +## AHP_host_color=white ##### VCS (version control system) 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 +# 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 -: vim:ft=sh ts=8: +# :vim:ft=sh ts=8 sw=8 et: -- cgit v1.2.3