Skip to content

Commit

Permalink
Wow, rbenv path was broken for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
eentzel committed Mar 30, 2017
1 parent f9abdf2 commit fb946c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Expand Up @@ -96,7 +96,7 @@ export HISTTIMEFORMAT='%F %T '
export HISTSIZE=100000

# rbenv
if [ -f HOME/.rbenv/bin ]; then
if [ -d ~/.rbenv/bin ]; then
export PATH="$HOME/.rbenv/bin:$PATH"
fi
if which rbenv > /dev/null; then
Expand Down

0 comments on commit fb946c5

Please sign in to comment.