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