summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index ac1eac6..307ced2 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,7 +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="19cbee6c4c8d53094849d8c08042f686718fedde"
+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