From 2e84bef1b0846bc285b21e674be98985521c9450 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 7 Mar 2016 22:04:48 +0000 Subject: [PATCH] Re-add HOMEBREW_GITHUB_API_TOKEN after accidental removal. --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index b59b495..aa997d6 100755 --- a/.bashrc +++ b/.bashrc @@ -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 #--------------------------------------------------------------------------------