|
|
@ -25,9 +25,14 @@ elif (( $+commands[rbenv] )); then
|
|
|
|
|
|
|
|
|
|
|
|
# Load package manager installed chruby into the shell session.
|
|
|
|
# Load package manager installed chruby into the shell session.
|
|
|
|
elif (( $+commands[chruby-exec] )); then
|
|
|
|
elif (( $+commands[chruby-exec] )); then
|
|
|
|
|
|
|
|
if (( ! $+functions[chruby] )); then
|
|
|
|
source "${commands[chruby-exec]:h:h}/share/chruby/chruby.sh"
|
|
|
|
source "${commands[chruby-exec]:h:h}/share/chruby/chruby.sh"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if zstyle -t ':prezto:module:ruby:chruby' auto-switch; then
|
|
|
|
if zstyle -t ':prezto:module:ruby:chruby' auto-switch; then
|
|
|
|
|
|
|
|
if (( ! $+functions[chruby_auto] )); then
|
|
|
|
source "${commands[chruby-exec]:h:h}/share/chruby/auto.sh"
|
|
|
|
source "${commands[chruby-exec]:h:h}/share/chruby/auto.sh"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# If a default Ruby is set, switch to it.
|
|
|
|
# If a default Ruby is set, switch to it.
|
|
|
|
chruby_auto
|
|
|
|
chruby_auto
|
|
|
|