zsh: Don't add .gem/ruby/*/bin to $PATH In most cases, setting up .gemrc is better
Alan Pearce alan@alanpearce.co.uk
Tue, 24 Jun 2014 18:34:39 +0100
1 files changed, 0 insertions(+), 7 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → tag-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