dotfiles/zsh/.oh-my-zsh/custom/ruby.zsh

3 lines
105 B
Bash

# Add rubygem binary directory to $PATH
export PATH="$PATH:$(ruby -rubygems -e "puts Gem.user_dir")/bin"