summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-02 15:52:28 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-02 15:52:28 +0300
commit8b42fd3974e734cb2d164299ccc3519d13789a10 (patch)
tree456e83aeef690acc98cd6dc26e4cdc890df2da30 /git-prompt.conf
parent-- fixed: upcase_hostname didn't do right thing if host == default_host (diff)
downloadgit-prompt-8b42fd3974e734cb2d164299ccc3519d13789a10.tar.gz
git-prompt-8b42fd3974e734cb2d164299ccc3519d13789a10.tar.bz2
git-prompt-8b42fd3974e734cb2d164299ccc3519d13789a10.zip
fixed: consistant tabulation. tabstop=8, tabs replaced with spaces
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf54
1 files changed, 27 insertions, 27 deletions
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: