Skip to content

Commit

Permalink
Add bundler binstub support.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 23, 2013
1 parent ccb47ce commit 6944d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundle/config
@@ -0,0 +1 @@
BUNDLE_BIN: .bundle/bin/
1 change: 1 addition & 0 deletions shrc
Expand Up @@ -80,6 +80,7 @@ add_to_path "$HOME/.gem/ruby/1.8/bin"
add_to_path "$HOME/.rbenv/bin" add_to_path "$HOME/.rbenv/bin"
add_to_path "$HOME/Applications/Sublime Text 2" add_to_path "$HOME/Applications/Sublime Text 2"
add_to_path "/c/Program Files/Sublime Text 2" add_to_path "/c/Program Files/Sublime Text 2"
export PATH="$PATH:.bundle/bin"


quiet_which() { quiet_which() {
which $1 1>/dev/null 2>/dev/null which $1 1>/dev/null 2>/dev/null
Expand Down
1 change: 1 addition & 0 deletions sublime/Preferences.sublime-settings
Expand Up @@ -12,6 +12,7 @@
"vendor/ruby", "vendor/ruby",
"spec/vcr_cassettes", "spec/vcr_cassettes",
"tmp", "tmp",
".bundle/bin",
".git", ".git",
"Cellar", "Cellar",
".tags", ".tags",
Expand Down

0 comments on commit 6944d20

Please sign in to comment.