summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-06-10 02:58:10 +0200
committerAhmed Abdelhalim <[email protected]>2021-06-10 03:03:00 +0200
commit4bc144e9a4de12e31c5f345631b85748a0e7df69 (patch)
tree28fea027057dbc4aeed82e9057f9c4e372b48589 /.bash_profile
parent7f494b9e517bd2654f6a0482f13465507570fab1 (diff)
Update github token for homebrew
Diffstat (limited to '.bash_profile')
-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