[zsh] add rbenv bin and shims in PATH

This commit is contained in:
Christophe Robillard 2025-02-18 20:07:38 +01:00
parent 798bf08c0a
commit 06ad379562

View file

@ -12,3 +12,5 @@ fi
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt source /usr/share/zsh/manjaro-zsh-prompt
fi fi
PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH