[ruby] add rbenv bin
This commit is contained in:
parent
d1cae16675
commit
a370b4e1b2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ 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
|
PATH=$HOME/.local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|
||||||
EDITOR=nvim
|
EDITOR=nvim
|
||||||
|
|
||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue