diff --git a/.bashrc b/.bashrc index 865bcd8..cd4e857 100644 --- a/.bashrc +++ b/.bashrc @@ -128,7 +128,7 @@ fi # Update brew if it's older than one day #-------------------------------------------------------------------------------- if [ -x /usr/local/bin/brew ]; then - HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN) + export HOMEBREW_GITHUB_API_TOKEN=$(getkey HOMEBREW_GITHUB_API_TOKEN) ( find /usr/local/.git -name FETCH_HEAD -mtime +0 -exec \ bash -c "echo \"--Start: $(date)\"; \