summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2013-12-26 20:03:05 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2013-12-26 20:03:05 +0200
commitc97179ba6c16ba64ac84c3ca54264faf9325ebb6 (patch)
tree426615796b8a440807dbdaf61d367ac5081b716f
parentRevert "retab on the rest of the files" (diff)
downloadgit-prompt-c97179ba6c16ba64ac84c3ca54264faf9325ebb6.tar.gz
git-prompt-c97179ba6c16ba64ac84c3ca54264faf9325ebb6.tar.bz2
git-prompt-c97179ba6c16ba64ac84c3ca54264faf9325ebb6.zip
Revert "cleaned git-prompt.conf"
This reverts commit 6ecb1d4b9d52f60d63694aac39ebeb0940193b9f.
-rw-r--r--git-prompt.conf47
1 files changed, 25 insertions, 22 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index 9b8a6fc..dee3c0c 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -1,5 +1,8 @@
+
### 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 "="
@@ -22,9 +25,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
@@ -43,34 +46,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
@@ -83,11 +86,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 sts=8 sw=8 et:
+# :vim:ft=sh ts=8 sw=8 et: