From e3151b8d7443bd7c4d24e12dbb5da377f3858197 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 24 Dec 2018 11:37:15 +0000 Subject: [PATCH] Add homebrew specific setup --- zsh/homebrew.zsh | 5 +++++ zshrc.zsh | 1 + 2 files changed, 6 insertions(+) create mode 100644 zsh/homebrew.zsh diff --git a/zsh/homebrew.zsh b/zsh/homebrew.zsh new file mode 100644 index 0000000..80a948c --- /dev/null +++ b/zsh/homebrew.zsh @@ -0,0 +1,5 @@ +# +# Homebrew setup. +# + +export HOMEBREW_NO_ANALYTICS=1 diff --git a/zshrc.zsh b/zshrc.zsh index 56966e7..ce5bb04 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -110,6 +110,7 @@ source "$DOTZSH/linux.zsh" # Utils source "$DOTZSH/emacs.zsh" source "$DOTZSH/git.zsh" +source "$DOTZSH/homebrew.zsh" source "$DOTZSH/tmux.zsh" source "$DOTZSH/less.zsh"