From 49d95d12c1f52fc6fe52ecd6884b8f53efd4d291 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 28 Jun 2019 18:34:53 -0400 Subject: [PATCH] fish: add homebrew config --- applications/fish | 1 + scripts/fish/homebrew.fish | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 scripts/fish/homebrew.fish diff --git a/applications/fish b/applications/fish index 4b08c36..026e538 100644 --- a/applications/fish +++ b/applications/fish @@ -6,6 +6,7 @@ if status is-interactive end source ~/src/scripts/fish/cheat.fish +source ~/src/scripts/fish/homebrew.fish source ~/src/scripts/fish/megadl.fish source ~/src/scripts/fish/prompt.fish source ~/src/scripts/fish/ql.fish diff --git a/scripts/fish/homebrew.fish b/scripts/fish/homebrew.fish new file mode 100644 index 0000000..c6a244c --- /dev/null +++ b/scripts/fish/homebrew.fish @@ -0,0 +1,4 @@ +set -x HOMEBREW_NO_ANALYTICS 1 +set -x HOMEBREW_INSTALL_BADGE 'OK' + +## EOF