refactor(zsh): remove user rubygems from $PATH
This commit is contained in:
parent
e93a165673
commit
33c5d1cac5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue