forked from misc/zsh-config
Adding chruby support
This commit is contained in:
10
zsh/exports/95-chruby.zsh
Normal file
10
zsh/exports/95-chruby.zsh
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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"
|
Reference in New Issue
Block a user