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
|
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
|
||||||
|
|
Loading…
Reference in a new issue