add ruby path for macos

This commit is contained in:
Em 2021-06-03 15:29:33 -04:00
parent 61df900e57
commit 6c382984d2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vim/bundle/
*.netrwhist
.vim/autoload/

2
.zshrc
View File

@ -1,4 +1,4 @@
export PATH=/home/emerson/.local/bin:/usr/local/sbin:$PATH
export PATH=/home/emerson/.local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH
export ZSH=$HOME/.oh-my-zsh
ZSH_THEME=""