Skip to content

Commit

Permalink
chore: disable homebrew hints
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed May 16, 2024
1 parent 575afe1 commit f35f91a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bash/shell.bash
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ function __setup_env {
export EDITOR='nvim'
export GIT_EDITOR='nvim'
fi
# Stop homebrew forom telling me about configuring frequency of auto-updates
export HOMEBREW_NO_ENV_HINTS=1
}

function __setup_aliases {
Expand Down

0 comments on commit f35f91a

Please sign in to comment.