diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-04-20 19:31:36 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-04-20 19:39:17 +0300 |
commit | 96bc96a46506b0ae3a81ec79ecd695d085b791d8 (patch) | |
tree | 47fbece879c9e2f90927fe79e04be8b059c0b60b /CHANGELOG.md | |
parent | 9b87ec6a222b4b86065838b63c9912f81ce76764 (diff) |
Changelog: Add a note about the changed shorten delimiter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be0bb6b..f929d64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,12 @@ variable is void. ### `dir` Shortening Strategies -There is now a path shortening strategy that will use the `package.json` file to shorten your directory path. See the documentation for the `dir` segment for more details. +There is now a path shortening strategy that will use the `package.json` file to +shorten your directory path. See the documentation for the `dir` segment for more +details. + +Also, the shorten delimiter was changed to an unicode ellipsis. It is configurable +via `POWERLEVEL9K_SHORTEN_DELIMITER`. ### New segment `chruby` added |