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"