diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-07-01 13:19:58 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-07-01 13:19:58 +0300 |
commit | d1b9536ce8d1f15c15f5b8e382f11a5a14178cf3 (patch) | |
tree | 663a6ceebfcc5d52b95b9a9d2ff3711e7e39abdc /git-prompt.conf | |
parent | fixed: PARSE_VCS_STATUS incorrectly initialized if git is not installed (diff) | |
parent | can turn hostname upcasing off (diff) | |
download | git-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.conf | 11 |
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 |