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