Skip to content

Instantly share code, notes, and snippets.

@kuboshizuma
Last active December 10, 2016 01:40
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 kuboshizuma/369fe2374321e055bfa7 to your computer and use it in GitHub Desktop.
Save kuboshizuma/369fe2374321e055bfa7 to your computer and use it in GitHub Desktop.
echo '[.zshrc was loaded!]'
cd ${HOME}
[ -e .zshrc_mac ] && source .zshrc_mac
[ -e .bash_profile ] && source .bash_profile
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
### Add for nginx
export PATH=$PATH:/usr/local/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment