diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-10 13:15:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-10 13:15:31 +0200 |
| commit | 6a44daac9eb6c354f6d65d59600689b90c68eca0 (patch) | |
| tree | fe36d1aa84e45121b8339500b4e4a343fbae9bbb | |
| parent | 5378ff3e39f9e892f8e7f452aaea1d735c1765cb (diff) | |
Add HOMEBREW_GITHUB_API_TOKEN
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index cc89394..c92256b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,6 +8,7 @@ export HISTCONTROL=erasedups # remove consecutive history entries export EDITOR='vim' # Default editor export TERM="xterm-256color" export GREP_OPTIONS="--color=auto" +export HOMEBREW_GITHUB_API_TOKEN="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" export PS1="[a14m] \W \$ " export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 |
