summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
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