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