Skip to content

Commit

Permalink
Add the chruby plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blackburn committed Jul 30, 2014
1 parent e8e526e commit a07fd91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/chruby/chruby.plugin.sh
@@ -0,0 +1,9 @@
THISDIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

scripts="
`brew --prefix`/opt/chruby/share/chruby/chruby.sh
`brew --prefix`/opt/chruby/share/chruby/auto.sh"

for script in $scripts; do
[[ -r "$script" ]] && . "$script"
done

0 comments on commit a07fd91

Please sign in to comment.