From 5245170e1ab5b1612622f1314ff3d725f92202f7 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 7 Oct 2019 13:20:38 -0400 Subject: [PATCH] Updated rbenv --- .local/dotfiles/environment/rbenv.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/dotfiles/environment/rbenv.zsh b/.local/dotfiles/environment/rbenv.zsh index c482318..ae096b9 100644 --- a/.local/dotfiles/environment/rbenv.zsh +++ b/.local/dotfiles/environment/rbenv.zsh @@ -1,2 +1,3 @@ -export PATH="$HOME/.rbenv/bin:$PATH" +export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" +