Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Rename "rtx" to "mise" in VERSION_MANAGERS.md
Browse files Browse the repository at this point in the history
"rtx" has been renamed to "mise":
https://mise.jdx.dev/rtx.html
  • Loading branch information
jordan-brough committed Jan 5, 2024
1 parent 91d8a61 commit 01104f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VERSION_MANAGERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ command that will activate the right Ruby version or add the Ruby `bin` folder t
}
```

### rtx
### mise (formerly rtx)

[rtx](https://github.com/jdxcode/rtx) is a Rust clone compatible with asdf. You can use it by adding the following
[mise](https://github.com/jdxcode/mise) is a Rust clone compatible with asdf. You can use it by adding the following
snippet to your user configuration JSON

```json
{
"rubyLsp.rubyVersionManager": "custom",
"rubyLsp.customRubyCommand": "eval \"$(rtx env -s zsh)\"" // Instructions for zsh, change for bash or fish
"rubyLsp.customRubyCommand": "eval \"$(mise env -s zsh)\"" // Instructions for zsh, change for bash or fish
}
```

0 comments on commit 01104f4

Please sign in to comment.