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

4 lines
100 B
Bash
Raw Normal View History

2017-03-30 02:47:27 +00:00
# Add rubygem binary directory to $PATH
PATH="$PATH:$(ruby -e "puts Gem.user_dir")/bin"
export PATH