summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-01 13:19:58 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-01 13:19:58 +0300
commitd1b9536ce8d1f15c15f5b8e382f11a5a14178cf3 (patch)
tree663a6ceebfcc5d52b95b9a9d2ff3711e7e39abdc /git-prompt.conf
parentfixed: PARSE_VCS_STATUS incorrectly initialized if git is not installed (diff)
parentcan turn hostname upcasing off (diff)
downloadgit-prompt-d1b9536ce8d1f15c15f5b8e382f11a5a14178cf3.tar.gz
git-prompt-d1b9536ce8d1f15c15f5b8e382f11a5a14178cf3.tar.bz2
git-prompt-d1b9536ce8d1f15c15f5b8e382f11a5a14178cf3.zip
Merge commit 'niklas/master' into dir
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index acdc98c..783a5b3 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -27,6 +27,17 @@
## default_host="ahp" # remote host is always shown
## default_domain="lvvnet"
+########################################################### PWD
+## the working path will be truncated by cutting of chars
+## of the components
+
+# truncate_pwd=off # =on
+# max_pwd_length=30
+# min_chars_per_pwd=1
+
+########################################################### ETC
+
+# upcase_hostname=on # =off
########################################################### COLOR