Fix for mac
This commit is contained in:
parent
8b2eaa7d07
commit
7705380dce
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -41,7 +41,7 @@ fi
|
|||
export EDITOR='vim'
|
||||
|
||||
# init rbenv
|
||||
if test -d "$HOME/.rbenv/bin"; then
|
||||
if test -d "$HOME/.rbenv"; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue