feat(ruby): switch from rbenv to rtx for managing Ruby versions

This commit is contained in:
2023-05-25 02:19:57 +01:00
parent e1105afa0c
commit 5feea990d4
3 changed files with 1 additions and 49 deletions

3
zshenv
View File

@@ -186,9 +186,6 @@ fi
# Use custom tmux install if available
path_prepend "/opt/tmux/bin"
# Ruby setup for rbenv (./zsh/ruby.zsh)
path_prepend "$HOME/.rbenv/shims"
# Rust setup
export RUSTUP_HOME="$HOME/.rustup"
export CARGO_HOME="$HOME/.cargo"