1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

Changelog: Add a note about the changed shorten delimiter

This commit is contained in:
Dominik Ritter 2016-04-20 18:31:36 +02:00
parent 9b87ec6a22
commit 96bc96a465

View file

@ -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