use "./vendor/bundle/bin" instead of "./.bin" for Ruby Bundler binstubs

This commit is contained in:
2012-02-13 16:55:22 +00:00
parent fb4eeeeff3
commit 3aa0c8c412
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ path_prepend "$DOTBIN"
# Relative Paths - must be first in PATH
path_prepend "./node_modules/.bin" # Node.js
path_prepend "./.bin" # Ruby Bundler
path_prepend "./vendor/bundle/bin" # Ruby Bundler
# Ensure TMPDIR is the same for local and remote ssh logins
if [[ $TMPDIR == "/var/folders/"* ]] || [[ $TMPDIR == "" ]]; then