summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshenv')
-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