This commit is contained in:
Rodolphe Breard 2013-06-26 15:12:30 +02:00
parent b1d5aebce6
commit 81fa47053f

View file

@ -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