zsh-config/zsh/exports/95-chruby.zsh

11 lines
227 B
Bash
Raw Normal View History

2016-01-04 02:16:49 +05:00
# chruby sourcing.
# This exports should work only if config states this.
if [ "${USE_CHRUBY}" -eq 0 ]; then
return
fi
export CHRUBY_ROOT="${CHRUBY_PATH}"
source "${CHRUBY_ROOT}/chruby.sh"
source "${CHRUBY_ROOT}/auto.sh"