summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorNiklas Hofer <niklas+dev@lanpartei.de>2009-05-28 01:32:05 +0200
committerNiklas Hofer <niklas+dev@lanpartei.de>2009-05-28 01:32:05 +0200
commitab038a3b0d914d669c3aace89d8c327c7efb09ba (patch)
treec0cbe5b119c4b6d789a536e960d969780e54f3ac /git-prompt.conf
parent-- optimization: one time processing moved to post-config (diff)
downloadgit-prompt-ab038a3b0d914d669c3aace89d8c327c7efb09ba.tar.gz
git-prompt-ab038a3b0d914d669c3aace89d8c327c7efb09ba.tar.bz2
git-prompt-ab038a3b0d914d669c3aace89d8c327c7efb09ba.zip
truncate working path until it fits into max_pwd_length or cannot be shortened anymore
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index acdc98c..f40284b 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -27,6 +27,12 @@
## 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
+
+# max_pwd_length=30
+# min_chars_per_pwd=1
########################################################### COLOR