Make sure gems are in my path

This commit is contained in:
Gene Liverman 2019-07-29 09:50:59 -04:00
parent 9faa0f0068
commit 27649be50c
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -140,6 +140,10 @@ if [[ `uname` == 'Darwin' ]]; then
# use homebrew's ruby
[ -d /usr/local/opt/ruby/bin ] && export PATH=/usr/local/opt/ruby/bin:$PATH
# add gems to path
GEMBIN="$(gem environment gemdir)/bin"
export PATH=$PATH:$GEMBIN
if [[ -f '/Applications/google-cloud-sdk' ]]; then
source /Applications/google-cloud-sdk/completion.zsh.inc
source /Applications/google-cloud-sdk/path.zsh.inc