summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-03 09:09:53 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-07-03 09:09:53 +0300
commit4153b36a2c73ff11c28b26e5c47fcf45192210b5 (patch)
tree923f1cec2756f37a0ab38c459f42c5b405c4ad93 /git-prompt.conf
parentfixed: consistant tabulation. tabstop=8, tabs replaced with spaces (diff)
downloadgit-prompt-4153b36a2c73ff11c28b26e5c47fcf45192210b5.tar.gz
git-prompt-4153b36a2c73ff11c28b26e5c47fcf45192210b5.tar.bz2
git-prompt-4153b36a2c73ff11c28b26e5c47fcf45192210b5.zip
fixed: default for cwd_cmd
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index 2ef616e..a6eab1e 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -28,9 +28,9 @@
## default_domain="lvvnet"
########################################################### CWD
-## cwd_cmd='\w' # display full path
+# cwd_cmd='\w' # display full path
## cwd_cmd='\W' # display only last dir of path
-cwd_cmd='cwd_truncate 40' # display last 30 chars of path
+## cwd_cmd='cwd_truncate 40' # display only last N chars of path
########################################################### ETC