guru/dev-ruby/chruby/files/systemwide.sh
Alexey Zapparov 6848d9512a
dev-ruby/chruby: add 0.3.9-r1
Resolve: https://bugs.gentoo.org/821481
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
2021-11-03 17:45:28 +01:00

8 lines
275 B
Bash

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