mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 13:41:56 +00:00
readme: more touchup to the segment list
This commit is contained in:
parent
8e499946b2
commit
d0e9baf453
1 changed files with 4 additions and 2 deletions
|
@ -103,6 +103,7 @@ The segments that are currently available are:
|
||||||
* [`vcs`](#vcs) - Information about this `git` or `hg` repository (if you are in one).
|
* [`vcs`](#vcs) - Information about this `git` or `hg` repository (if you are in one).
|
||||||
|
|
||||||
**Language Segments:**
|
**Language Segments:**
|
||||||
|
* **GoLang Segments:**
|
||||||
* `go_version` - Show the current GO version.
|
* `go_version` - Show the current GO version.
|
||||||
* **Javascript / Node.js Segments:**
|
* **Javascript / Node.js Segments:**
|
||||||
* `node_version` - Show the version number of the installed Node.js.
|
* `node_version` - Show the version number of the installed Node.js.
|
||||||
|
@ -118,6 +119,7 @@ The segments that are currently available are:
|
||||||
* [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active).
|
* [`chruby`](#chruby) - Ruby environment information using `chruby` (if one is active).
|
||||||
* [`rbenv`](#rbenv) - Ruby environment information using `rbenv` (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.
|
* [`rspec_stats`](#rspec_stats) - Show a ratio of test classes vs code classes for RSpec.
|
||||||
|
* **Rust Segments:**
|
||||||
* `rust_version` - Display the current rust version.
|
* `rust_version` - Display the current rust version.
|
||||||
|
|
||||||
**Cloud Segments:**
|
**Cloud Segments:**
|
||||||
|
|
Loading…
Reference in a new issue