From 71e881f267b87df52fa2ea70e132f3317ced441f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 24 Jun 2014 18:34:39 +0100 Subject: zsh: Don't add .gem/ruby/*/bin to $PATH In most cases, setting up .gemrc is better --- tag-zsh/config/zsh/zshenv | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index e450744..37f6578 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -9,13 +9,6 @@ then ~/bin $GOPATH/bin ) - if [[ -d ~/.gem/ruby/*/bin ]] - then - path=( - $path - ~/.gem/ruby/*/bin - ) - fi fi export PATH -- cgit 1.4.1