1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 16:30:59 +02:00

Fix ruby gem bin path

This commit is contained in:
Arti Zirk 2022-04-07 10:51:33 +03:00
parent 367f93d663
commit d7e202b99b

2
.zshrc
View File

@ -206,7 +206,7 @@ MAIL=~/Mail
export S_COLORS=auto export S_COLORS=auto
if command -v ruby > /dev/null; then if command -v ruby > /dev/null; then
ruby_gem_user_dir="$(ruby -e 'print Gem.user_dir')" ruby_gem_user_dir="$(ruby -e 'print Gem.user_dir')/bin"
else else
ruby_gem_user_dir='' ruby_gem_user_dir=''
fi fi