Sfoglia il codice sorgente

feat(zsh): opt out from homebrew analytics

Joe 1 anno fa
parent
commit
f1fd44d3c5
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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
 ################################################################################