aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2016-03-03 16:20:12 +0300
committerBen Hilburn <bhilburn@gmail.com>2016-03-03 16:20:12 +0300
commitd6902db6ef790d6b867dfe9a21d843a162533284 (patch)
treef4e73834504d80a0f4a906696b3d45d0bb6a98bd /README.md
parentb81084100f99f6b79b772a46a6d5a561e82d8743 (diff)
parent2630526df8275aebe3c5c65af188169ef3e1c94e (diff)
Merge branch 'master' into next. Fixes Symfony typo in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index f9e48b05..353f48ad 100644
--- a/README.md
+++ b/README.md
@@ -106,8 +106,8 @@ The segments that are currently available are:
* **rust_version** - Display the current rust version.
* [status](#status) - The return code of the previous command.
* **swap** - Prints the current swap size.
-* [symphony2_tests](#symphony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
-* **symphony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
+* [symfony2_tests](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2.
+* **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir.
* [time](#time) - System time.
* [todo](http://todotxt.com/) - Shows the number of tasks in your todo.txt tasks file.
* [vi_mode](#vi_mode)- Vi editing mode (NORMAL|INSERT).
@@ -268,7 +268,13 @@ This segment shows the return code of the last command.
|----------|---------------|-------------|
|`POWERLEVEL9K_STATUS_VERBOSE`|`true`|Set to false if you wish to hide this segment when the last command completed successfully.|
-##### symphony2_tests
+##### ram
+
+| Variable | Default Value | Description |
+|----------|---------------|-------------|
+|`POWERLEVEL9K_RAM_ELEMENTS`|Both|Specify `ram_free` or `swap_used` to only show one or the other rather than both.|
+
+##### symfony2_tests
See [Unit Test Ratios](#unit-test-ratios), below.