[zsh] add rbenv bin and shims in PATH
This commit is contained in:
parent
4f197f1483
commit
313839fa1b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue