From d8dc7dd5b8abebe945d71bebaea9bdca48abc17e Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 16 Feb 2026 09:26:09 -0500 Subject: [PATCH] Use home-relative path when initializing rbenv --- zsh/dot-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index d075971..300b00f 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -4,7 +4,7 @@ source ~/.env eval "$(direnv hook zsh)" # rbenv -eval "$(rbenv init -)" +eval "$(~/.rbenv/bin/rbenv init -)" # nodenv if command -v nodenv &>/dev/null; then