Skip to content

Commit

Permalink
Disable Homebrew hints
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Jul 30, 2024
1 parent ed4aa30 commit 8443d8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shell/config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ direnv hook fish | source

set -x PATH ./bin $PATH

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# Disable Homebrew hints

set -x HOMEBREW_NO_ENV_HINTS 1

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit 8443d8c

Please sign in to comment.