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 #--------------------------------------------------------------------------------