Malin revised this gist . Go to revision
1 file changed, 6 insertions
use-custom-ruby-macOS.profile(file created)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | # add to .zshrc | |
| 2 | + | ||
| 3 | + | if [ -d "/usr/local/opt/ruby/bin" ]; then | |
| 4 | + | export PATH=/usr/local/opt/ruby/bin:$PATH | |
| 5 | + | export PATH=`gem environment gemdir`/bin:$PATH | |
| 6 | + | fi | |
Newer
Older