Add homebrew specific setup

This commit is contained in:
2018-12-24 11:37:15 +00:00
parent b26064c664
commit e3151b8d74
2 changed files with 6 additions and 0 deletions

5
zsh/homebrew.zsh Normal file
View File

@@ -0,0 +1,5 @@
#
# Homebrew setup.
#
export HOMEBREW_NO_ANALYTICS=1

View File

@@ -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"