Skip to content

Commit

Permalink
use bundler-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 25, 2013
1 parent 0c95bee commit 9b44577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -4,3 +4,6 @@
[submodule "ruby/ruby-install"]
path = ruby/ruby-install
url = git@github.com:postmodern/ruby-install.git
[submodule "ruby/bundler-exec"]
path = ruby/bundler-exec
url = git@github.com:jhawthorn/bundler-exec.git
1 change: 1 addition & 0 deletions ruby/bundler-exec
Submodule bundler-exec added at e8ed08
1 change: 1 addition & 0 deletions ruby/install.sh
Expand Up @@ -4,3 +4,4 @@ ln -sf "$(pwd)/.irbrc" "$HOME/.irbrc"
ln -sf "$(pwd)/.pryrc" "$HOME/.pryrc"
ln -sf "$(pwd)/.xrayconfig" "$HOME/.xrayconfig"
ln -sf "$(pwd)/chruby/share/chruby" "$HOME/.local/share/chruby"
ln -sf "$(pwd)/bundler-exec" "$HOME/.local/share/bundler-exec"
1 change: 1 addition & 0 deletions zsh/.zshrc
Expand Up @@ -45,4 +45,5 @@ PS1='

source $HOME/.local/share/chruby/chruby.sh
source $HOME/.local/share/chruby/auto.sh
source $HOME/.local/share/bundler-exec/bundler-exec.sh

0 comments on commit 9b44577

Please sign in to comment.