Re-add HOMEBREW_GITHUB_API_TOKEN after accidental removal.
This commit is contained in:
parent
e934aeb398
commit
2e84bef1b0
6
.bashrc
6
.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
|
||||
#--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue