Merge pull request #88 from victorcoder/master
New theme envy and rbenv integration/plugin
This commit is contained in:
8
plugins/available/rbenv.plugin.bash
Normal file
8
plugins/available/rbenv.plugin.bash
Normal 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
|
||||
Reference in New Issue
Block a user