Created
September 17, 2014 22:39
-
-
Save allaire/51fb46fe496009d35390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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