mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Make sure gems are in my path
This commit is contained in:
parent
9faa0f0068
commit
27649be50c
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue