Skip to content

Commit

Permalink
Fix rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Aug 2, 2018
1 parent 9d58a1c commit a86e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rbenv.bash
@@ -1,4 +1,4 @@
if hash $HOME/.rbenv/bin/rbenv 2>/dev/null; then
if [ -f $HOME/.rbenv/bin/rbenv ]; then
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
fi

0 comments on commit a86e222

Please sign in to comment.