Fix bogus bash binary location

This commit is contained in:
Eitan Adler
2012-04-17 00:24:58 -04:00
parent a74279df5c
commit 3fc60b5358
57 changed files with 66 additions and 66 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
#!/usr/bin/env 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
source ~/.rbenv/completions/rbenv.bash