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