aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-08-05 01:21:09 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-08-05 01:21:09 +0300
commit754b648f372924214a32a09205cc4aca7f93af12 (patch)
tree6916f2db8c0c29baea28997e4e6fa9f81ce4d408 /README.md
parent9efe519dc59ac4efb996aac4a20d50a6f95a398f (diff)
Changed the default behaviour to truncate whole directories.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 787e98f6..0b130120 100644
--- a/README.md
+++ b/README.md
@@ -279,11 +279,11 @@ to a certain length:
To change the way how the current working directory is truncated, just set:
- # truncate whole directories
- POWERLEVEL9K_SHORTEN_STRATEGY="complete_directories"
+ # truncate the middle part
+ POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle"
# truncate from right, leaving the first X characters untouched
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
- # default behaviour is to truncate the middle part of the directory
+ # default behaviour is to truncate whole directories
In each case you have to specify the length you want to shorten the directory
to. So in some cases `POWERLEVEL9K_SHORTEN_DIR_LENGTH` means characters, in