From 1fca62c5e3f511c85da9cdee27e1fe03702f970f Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 25 Apr 2013 17:47:58 +0400 Subject: [PATCH] Gems bin path. --- tilde/bash_profile.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index 1cae8bb..0e5ce22 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -42,6 +42,7 @@ function _prepend_path() { [ -d /usr/local/bin ] && _prepend_path "/usr/local/bin" [ -d /usr/local/share/python ] && _prepend_path "/usr/local/share/python" [ -d /usr/local/share/npm/bin ] && _prepend_path "/usr/local/share/npm/bin" +[ -d /usr/local/opt/ruby/bin ] && _prepend_path "/usr/local/opt/ruby/bin" command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin" [ -d ~/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin" [ -d ~/bin ] && _prepend_path "$HOME/bin"