summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authormarcybell <marcelinebelardo@gmail.com>2024-03-21 00:57:26 +0300
committerGitHub <noreply@github.com>2024-03-20 22:57:26 +0100
commit938ea3c40145af68d8e28b2ef0275531f1123202 (patch)
treed797c9a1984f4238d8116dae2cbb1b4e92e78333 /docs/config/README.md
parent0e49f04a6b249090cf3703c5dac041a51e6bf530 (diff)
feat: $gemset variable for Ruby module (#5429)
* $gemset variable for Ruby module * typo * Added test for no GEM_HOME env set * Formatting * Uses `rvm current` for gemset, no more version num
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 213439514..0719540fd 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -3772,11 +3772,12 @@ Starship gets the current Ruby version by running `ruby -v`.
### Variables
-| Variable | Example | Description |
-| -------- | -------- | ------------------------------------ |
-| version | `v2.5.1` | The version of `ruby` |
-| symbol | | Mirrors the value of option `symbol` |
-| style\* | | Mirrors the value of option `style` |
+| Variable | Example | Description |
+| -------- | -------- | ------------------------------------------- |
+| version | `v2.5.1` | The version of `ruby` |
+| symbol | | Mirrors the value of option `symbol` |
+| style\* | | Mirrors the value of option `style` |
+| gemset | `test` | Optional, gets the current RVM gemset name. |
*: This variable can only be used as a part of a style string