Fix bogus bash binary location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user