diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-04-21 02:34:31 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-04-21 02:34:31 +0300 |
commit | f5fe890df49d94611d11685b0d4853d093ef57ef (patch) | |
tree | 0ad069bd6bef8d2e8c005204585659b1c6c9b250 | |
parent | f2e31fd59a101c88e0e0218fba4e35af92538494 (diff) |
Changelog: Add a note about `swap` segment
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af380cb..aa06923e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,11 +21,6 @@ That said, the variables `POWERLEVEL9K_VCS_FOREGROUND` and the proper variable `POWERLEVEL9K_VCS_<STATE>_FOREGROUND` to change foreground color. -### `ram` changes - -The `ram` segment was split up into `ram` and `swap`. The `POWERLEVEL9K_RAM_ELEMENTS` -variable is void. - ### `dir` Shortening Strategies There is now a path shortening strategy that will use the `package.json` file to @@ -39,6 +34,16 @@ via `POWERLEVEL9K_SHORTEN_DELIMITER`. Improvements to speed / reliability. +### `ram` changes + +The `ram` segment was split up into `ram` and `swap`. The +`POWERLEVEL9K_RAM_ELEMENTS` variable is obsolete. + +### New segment `swap` added + +Due to the split up of the ram segment, this one was created. It +shows the currently used swap size. + ### New segment `nodeenv` added Added new `nodeenv` segment that shows the currently used node environment. |