Ticket #41488: rbenv-init.patch
File rbenv-init.patch, 443 bytes (added by macports@…, 11 years ago) |
---|
-
rbenv-init
old new 76 76 echo 'export PATH="'${RBENV_ROOT}'/shims:${PATH}"' 77 77 78 78 case "$shell" in 79 bash | zsh ) 80 echo "source \"$root/completions/rbenv.${shell}\"" 79 bash ) 80 echo "source \"$root/etc/${shell}_completion.d/rbenv\"" 81 ;; 82 zsh ) 83 echo "source \"$root/share/${shell}/site-functions/rbenv.${shell}_completion\"" 81 84 ;; 82 85 esac 83 86