diff options
author | Alan Pearce | 2014-06-24 18:34:39 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-24 18:37:58 +0100 |
commit | 71e881f267b87df52fa2ea70e132f3317ced441f (patch) | |
tree | 134b960e713676447c033b11d1107151f1892240 /tag-zsh | |
parent | 06b83d00a72d13eb536585a0c270cea0621b84b8 (diff) | |
download | nixfiles-71e881f267b87df52fa2ea70e132f3317ced441f.tar.lz nixfiles-71e881f267b87df52fa2ea70e132f3317ced441f.tar.zst nixfiles-71e881f267b87df52fa2ea70e132f3317ced441f.zip |
zsh: Don't add .gem/ruby/*/bin to $PATH
In most cases, setting up .gemrc is better
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index e4507446..37f65787 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 |