Skip to content

Instantly share code, notes, and snippets.

@allaire
Created September 17, 2014 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allaire/51fb46fe496009d35390 to your computer and use it in GitHub Desktop.
Save allaire/51fb46fe496009d35390 to your computer and use it in GitHub Desktop.
export PATH="$HOME/.bin:/usr/local/bin:$PATH"
# Homebrew rbenv
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
# Chefdk PATH
PATH=$HOME/.chefdk/gem/ruby/2.1.0/bin:/opt/chefdk/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment