From ab038a3b0d914d669c3aace89d8c327c7efb09ba Mon Sep 17 00:00:00 2001 From: Niklas Hofer Date: Thu, 28 May 2009 01:32:05 +0200 Subject: truncate working path until it fits into max_pwd_length or cannot be shortened anymore --- git-prompt.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'git-prompt.conf') 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 -- cgit v1.2.3