最后活跃于 2 years ago

Malin's Avatar Malin 修订了这个 Gist 2 years ago. 转到此修订

1 file changed, 6 insertions

use-custom-ruby-macOS.profile(文件已创建)

@@ -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
上一页 下一页