mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
rbenv detection
This commit is contained in:
parent
413326d1f3
commit
921ee8fad4
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
|
@ -21,7 +21,7 @@ NODE_PATH=/usr/local/lib/node
|
||||||
export NODE_PATH
|
export NODE_PATH
|
||||||
|
|
||||||
# rbenv
|
# rbenv
|
||||||
eval "$(rbenv init -)"
|
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
|
||||||
|
|
||||||
# homebrew python
|
# homebrew python
|
||||||
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue