diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-10 03:07:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-10 03:14:27 +0200 |
| commit | 5378ff3e39f9e892f8e7f452aaea1d735c1765cb (patch) | |
| tree | 3775125f45e923fe5c26cf8cf6007ee642c84f52 /.bash_profile | |
| parent | 4f2b31f8d57395db5423a677d27bca2db3feb054 (diff) | |
Remove github token
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 307ced2..cc89394 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,7 +8,6 @@ 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 |
