Re-add HOMEBREW_GITHUB_API_TOKEN after accidental removal.

This commit is contained in:
Scott Wallace 2016-03-07 22:04:48 +00:00
parent e934aeb398
commit 2e84bef1b0

View file

@ -56,6 +56,12 @@ pathadd /usr/local/bin
pathadd ~/bin
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Set some variables
#--------------------------------------------------------------------------------
export HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN)
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Display pretty summary thing at the beginning of a session
#--------------------------------------------------------------------------------