[zsh] add rbenv bin and shims in PATH

This commit is contained in:
Christophe Robillard 2025-02-18 20:07:38 +01:00
parent 4f197f1483
commit 313839fa1b

View file

@ -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