refactor(zsh): remove user rubygems from $PATH

This commit is contained in:
George Rawlinson 2023-02-07 20:56:14 +13:00
parent e93a165673
commit 33c5d1cac5
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ if command -v cargo &> /dev/null; then
fi fi
# ruby # ruby
if command -v ruby &> /dev/null; then #if command -v ruby &> /dev/null; then
# Add rubygem binary directory to $PATH # # Add rubygem binary directory to $PATH
path+=("$(ruby -e "puts Gem.user_dir")/bin") # path+=("$(ruby -e "puts Gem.user_dir")/bin")
fi #fi
# python-pip # python-pip
if command -v pip &> /dev/null; then if command -v pip &> /dev/null; then