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

Add changelog entry for truncate with composer.json

This commit is contained in:
Dominik Ritter 2017-02-24 01:38:58 +01:00
parent ec044c028a
commit ecd180a285

View file

@ -20,6 +20,11 @@ Added an option to configure the path separator. If you want something
else than an ordinary slash, you could set else than an ordinary slash, you could set
`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want. `POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want.
#### `truncate_with_package_name` now searches for `composer.json` as well
Now `composer.json` files are searched as well. By default `package.json` still takes
precedence. If you want to change that, set `POWERLEVEL9K_DIR_PACKAGE_FILES=(composer.json package.json)`.
### New segment 'command_execution_time' added ### New segment 'command_execution_time' added
Shows the duration a command needed to run. By default only durations over 3 seconds Shows the duration a command needed to run. By default only durations over 3 seconds