From 33c5d1cac56f078d458e59255dfcf97932426593 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 7 Feb 2023 20:56:14 +1300 Subject: [PATCH] refactor(zsh): remove user rubygems from $PATH --- zsh/.config/zsh/zshrc.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index 235efb3..bfe4ec7 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -40,10 +40,10 @@ if command -v cargo &> /dev/null; then fi # ruby -if command -v ruby &> /dev/null; then - # Add rubygem binary directory to $PATH - path+=("$(ruby -e "puts Gem.user_dir")/bin") -fi +#if command -v ruby &> /dev/null; then +# # Add rubygem binary directory to $PATH +# path+=("$(ruby -e "puts Gem.user_dir")/bin") +#fi # python-pip if command -v pip &> /dev/null; then