summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-06-24 18:34:39 +0100
committerAlan Pearce2014-06-24 18:37:58 +0100
commit71e881f267b87df52fa2ea70e132f3317ced441f (patch)
tree134b960e713676447c033b11d1107151f1892240
parent06b83d00a72d13eb536585a0c270cea0621b84b8 (diff)
downloaddotfiles-71e881f267b87df52fa2ea70e132f3317ced441f.tar.lz
dotfiles-71e881f267b87df52fa2ea70e132f3317ced441f.tar.zst
dotfiles-71e881f267b87df52fa2ea70e132f3317ced441f.zip
zsh: Don't add .gem/ruby/*/bin to $PATH
In most cases, setting up .gemrc is better
-rwxr-xr-xtag-zsh/config/zsh/zshenv7
1 files changed, 0 insertions, 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