all repos — nixfiles @ 71e881f267b87df52fa2ea70e132f3317ced441f

System and user configuration, managed by nix and home-manager

zsh: Don't add .gem/ruby/*/bin to $PATH In most cases, setting up .gemrc is better

Alan Pearce
commit

71e881f267b87df52fa2ea70e132f3317ced441f

parent

06b83d00a72d13eb536585a0c270cea0621b84b8

1 file changed, 0 insertions(+), 7 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -9,13 +9,6 @@ $defpath
~/bin $GOPATH/bin ) - if [[ -d ~/.gem/ruby/*/bin ]] - then - path=( - $path - ~/.gem/ruby/*/bin - ) - fi fi export PATH