From 313839fa1be0c71dccd830db31ecf70389150e06 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 18 Feb 2025 20:07:38 +0100 Subject: [PATCH] [zsh] add rbenv bin and shims in PATH --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 2def0bf..87eb028 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -12,3 +12,5 @@ fi if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then source /usr/share/zsh/manjaro-zsh-prompt fi + +PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH