Add support for manually install rbenv

This commit is contained in:
2020-04-07 01:23:53 +01:00
parent 8abfd0f818
commit 07438d46b1

1
zshenv
View File

@@ -135,6 +135,7 @@ path_prepend "/opt/tmux/bin"
# Ruby setup
path_prepend "$HOME/.rbenv/shims"
path_prepend "$HOME/.rbenv/bin"
# Rust setup
path_prepend "$HOME/.cargo/bin"