Skip to content

Instantly share code, notes, and snippets.

@matteoagosti
Created January 10, 2014 10:34
Show Gist options
  • Save matteoagosti/8349797 to your computer and use it in GitHub Desktop.
Save matteoagosti/8349797 to your computer and use it in GitHub Desktop.
Bash profile
HOMEBREW=/usr/local/bin:/usr/local/sbin
export PATH=./bin:$HOMEBREW:$PATH:./node_modules/.bin
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment