rbenv
This commit is contained in:
parent
b1d5aebce6
commit
81fa47053f
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.bashrc
|
@ -70,3 +70,8 @@ complete -cf sudo
|
||||||
|
|
||||||
# exporting editor
|
# exporting editor
|
||||||
export EDITOR='emacs'
|
export EDITOR='emacs'
|
||||||
|
|
||||||
|
# rbenv
|
||||||
|
if hash rbenv 2>/dev/null; then
|
||||||
|
eval "$(rbenv init -)"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue