diff options
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 |