diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-12-16 21:26:27 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-12-16 21:26:27 +0300 |
commit | ad2e4f0bcc6215afd1b598fcf75e4ab44eb4baca (patch) | |
tree | 706d3d060492d38821a1bbd5f3099b880d4977f5 /CHANGELOG.md | |
parent | 5a4de1d2742e6e19a1ffb7ea8c418a923599391e (diff) |
Added ability to join segments together. You always join a segment
with the previous one. Just add "_joined" to the segment name in
your `POWERLEVEL9K_LEFT_PROMPT_ELEMENTS`-array.
Developers: Be aware that the order of parameters given to
left/right_prompt_segment has changed!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66520d21..846cd221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## v0.3.0 (next) +### Added ability for "joined" segments + +You can now merge segments together by suffixing the segment name with "_joined". +For Developers: Be aware that the order of parameters in left/right_prompt_segment +has changed. Now a boolean parameter must be set as second parameter (true if joined). + ### `status` changes The `status` segment was split up into three segments. `background_jobs` prints |