blob: e7859dfd897190b21a4279968a42b4b2d6c033be (
plain)
1
2
3
4
5
6
7
|
if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then
source /usr/share/chruby/chruby.sh
# If you want chruby to auto-switch the `.ruby-version` of Ruby when you
# cd between your different projects, uncomment following line:
#source /usr/share/chruby/auto.sh
fi
|