From 6ecb1d4b9d52f60d63694aac39ebeb0940193b9f Mon Sep 17 00:00:00 2001 From: killphi Date: Thu, 19 Dec 2013 14:22:00 +0100 Subject: cleaned git-prompt.conf --- git-prompt.conf | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/git-prompt.conf b/git-prompt.conf index dee3c0c..9b8a6fc 100644 --- a/git-prompt.conf +++ b/git-prompt.conf @@ -1,8 +1,5 @@ - ### GIT-PROMPT.SH CONFIG -### -### lines commented-out with single '#' are default values -### lines commented-out with double '##' are examples +### ### lines commented-out with single '#' are default values ### lines commented-out with double '##' are examples ### ### NOTE: this is bash syntax - no spaces around "=" @@ -25,9 +22,9 @@ ########################################################### DEFAULT OBJECTS ### Default objects are not displayed. Example: -## default_user=lvv +## default_user=lvv ## default_host="ahp" # remote host is always shown -## default_domain="lvvnet" +## default_domain="lvvnet" ########################################################### Current Working Dir display # cwd_cmd='\w' # display full path @@ -46,34 +43,34 @@ # they are always dirty (ex: home, /etc) or directory with huge repo (ex: linux src) ## vcs_ignore_dir_list=" /etc $HOME /usr/src/linux.git " -########################################################### COLOR +########################################################### COLOR -### directory, exit code, root color +### directory, exit code, root color # cols=`tput colors` -# 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 +# 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 - # dir_color=bw_bold - # rc_color=bw_bold +# dir_color=bw_bold +# rc_color=bw_bold # fi ### prompt character for root/non-root, default '>' for both -# prompt_char='>' -# root_prompt_char='>' -## prompt_char='$' -## prompt_char='➔' -## root_prompt_char='#' +# 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 hostname checksum). ### Variable name is uppercase-short-hostname with appended "_host_color" -### Example per-host-color config: +### Example per-host-color config: ## TASHA_host_color=cyan ## AL_host_color=green @@ -86,11 +83,11 @@ # 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 # +# mixed_vcs_color=yellow # # 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) +# hex_vcs_color=BLACK # git revision id: bright black (makes gray) -# :vim:ft=sh ts=8 sw=8 et: +# :vim:ft=sh ts=8 sts=8 sw=8 et: -- cgit v1.2.3