Use home-relative path when initializing rbenv
This commit is contained in:
@@ -4,7 +4,7 @@ source ~/.env
|
|||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
# rbenv
|
# rbenv
|
||||||
eval "$(rbenv init -)"
|
eval "$(~/.rbenv/bin/rbenv init -)"
|
||||||
|
|
||||||
# nodenv
|
# nodenv
|
||||||
if command -v nodenv &>/dev/null; then
|
if command -v nodenv &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user