Files
guru/dev-ruby/chruby/files/systemwide.sh
Alexey Zapparov 3d5614d513 dev-ruby/chruby: add 0.3.9
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
2021-10-30 04:44:19 +02:00

8 lines
287 B
Bash

if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then
source /usr/local/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/local/share/chruby/auto.sh
fi