瀏覽代碼

feat(zsh): opt out from homebrew analytics

Joe 1 年之前
父節點
當前提交
f1fd44d3c5
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .config/zsh/.zshenv

+ 6 - 0
.config/zsh/.zshenv

@@ -21,6 +21,12 @@ PATH="${HOME}/.rvm/bin:${PATH}"
 
 export PATH
 
+################################################################################
+# Miscellaneous configuration options
+################################################################################
+
+export HOMEBREW_NO_ANALYTICS=1
+
 ################################################################################
 # Color palette and dark mode
 ################################################################################