2 lines
95 B
Bash
2 lines
95 B
Bash
# Add rubygem binary directory to $PATH
|
|
export PATH="$PATH:$(ruby -e "puts Gem.user_dir")/bin"
|