osx/custompkg/root/etc/skel/Library/bashrc.d/150.rubygem-bin-path.sh

6 lines
134 B
Bash

if [[ -d $HOME/Library/RubyGems/ruby ]]; then
for DIR in $HOME/Library/RubyGems/ruby/*/bin ; do
PATH+=":$DIR"
done
fi