diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-08 23:04:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 23:04:36 +0300 |
commit | 349b2c315f296a0de6c294cb803a9c691600ed6c (patch) | |
tree | da9f4c1082d329eb186b562726f20b79b802ec75 /CHANGELOG.md | |
parent | 136a5217e3e3edda968ca191777ffb0408fffa10 (diff) | |
parent | 622c04eee3452d753024a488ed4c1b3539e8389f (diff) |
Merge pull request #412 from dritter/truncate_composer_json
Truncate via name in composer json
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e991af28..2bcd27da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ Added an option to configure the path separator. If you want something else than an ordinary slash, you could set `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 Shows the duration a command needed to run. By default only durations over 3 seconds |