diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-03-06 00:09:46 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-03-06 00:09:46 +0300 |
commit | d0e9baf45390ed8b4d9ae3ca007da526c4eb4f12 (patch) | |
tree | 92c8a9ff42ac8d693fdd3f02ccadbad96e3e0837 /README.md | |
parent | 8e499946b254c93ec3fed87ccb1dc41cd8e9fbd5 (diff) |
readme: more touchup to the segment list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -103,7 +103,8 @@ The segments that are currently available are: * [`vcs`](#vcs) - Information about this `git` or `hg` repository (if you are in one). **Language Segments:** -* `go_version` - Show the current GO version. +* **GoLang Segments:** + * `go_version` - Show the current GO version. * **Javascript / Node.js Segments:** * `node_version` - Show the version number of the installed Node.js. * `nodeenv` - [nodeenv](https://github.com/ekalinin/nodeenv) prompt for displaying node version and environment name. @@ -118,7 +119,8 @@ The segments that are currently available are: * [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active). * [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (if one is active). * [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec. -* `rust_version` - Display the current rust version. +* **Rust Segments:** + * `rust_version` - Display the current rust version. **Cloud Segments:** * **AWS Segments:** |