From 726ed359edfd77abe9b5b84bc4ab442317af1dcf Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 15 Jan 2018 07:51:12 +1300 Subject: [PATCH] fix(zsh): remove deprecated -rubygems flag --- zsh/.oh-my-zsh/custom/ruby.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.oh-my-zsh/custom/ruby.zsh b/zsh/.oh-my-zsh/custom/ruby.zsh index 78bb1b2..2b4dac2 100644 --- a/zsh/.oh-my-zsh/custom/ruby.zsh +++ b/zsh/.oh-my-zsh/custom/ruby.zsh @@ -1,2 +1,2 @@ # Add rubygem binary directory to $PATH -export PATH="$PATH:$(ruby -rubygems -e "puts Gem.user_dir")/bin" +export PATH="$PATH:$(ruby -e "puts Gem.user_dir")/bin"