Merge pull request #88 from victorcoder/master

New theme envy and rbenv integration/plugin
This commit is contained in:
Robert Evans
2011-12-19 10:34:33 -08:00
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Load rbebv, if you are using it
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
# Load the auto-completion script if rbenv was loaded.
source ~/.rbenv/completions/rbenv.bash