From 7f0817a02d0f7a1f2c3250a8011e176dd13d9748 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 11 Oct 2024 14:07:41 -0500 Subject: fix(nvim): fix checkhealth warnings --- sh/.config/profile.d/20-ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/.config/profile.d/20-ruby.sh') diff --git a/sh/.config/profile.d/20-ruby.sh b/sh/.config/profile.d/20-ruby.sh index 5ed6da2..9d101c4 100644 --- a/sh/.config/profile.d/20-ruby.sh +++ b/sh/.config/profile.d/20-ruby.sh @@ -2,6 +2,6 @@ if command -v ruby >/dev/null && command -v gem >/dev/null; then GEM_USER_DIR="$(ruby -r rubygems -e 'puts Gem.user_dir')" - [ -d "$GEM_USER_DIR" ] && prepend_path "$GEM_USER_DIR" + [ -d "$GEM_USER_DIR"/bin ] && prepend_path "$GEM_USER_DIR"/bin export PATH fi -- cgit v1.2.3-70-g09d2