summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiklas Heer <niklas.heer@gmail.com>2016-01-04 21:26:25 +0300
committerNiklas Heer <niklas.heer@gmail.com>2016-01-04 21:26:25 +0300
commite7e11d5ec87f30323d065100c1e8fdb4a98c3aba (patch)
treeeda2ae568fce5268116bfaaa4a0b2298fbc76d6f /README.md
parenta7bedd5320f0d6fba5d4179aace5ead1f42c459d (diff)
fixed documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index e92f29ae..a6b69bff 100644
--- a/README.md
+++ b/README.md
@@ -207,17 +207,16 @@ To change the way how the current working directory is truncated, just set:
You can also change the delimiter (the dots in between) which is used to truncate the working directory. This setting is optional. The default are 2 dots.
- # set the delimiter to an empty string to hide it
+ # set the delimiter to an empty string to hide it
POWERLEVEL9K_SHORTEN_DELIMITER=""
# or set it to anything else you want (e.g. 3 dots)
POWERLEVEL9K_SHORTEN_DELIMITER="..."
With this you could achive the truncate behaviour of the fish shell. Which turncates `/usr/share/plasma` to `/u/s/plasma`
- POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
- POWERLEVEL9K_SHORTEN_DELIMITER=""
- POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
-
+ POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
+ POWERLEVEL9K_SHORTEN_DELIMITER=""
+ POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
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