mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
Resolve: https://bugs.gentoo.org/821481 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
8 lines
275 B
Bash
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
|