最后活跃于 1718003630

Malin's Avatar Malin 修订了这个 Gist 1718003630. 跳至此修订

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
更新 更早