mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
11 lines
297 B
Bash
11 lines
297 B
Bash
# shellcheck shell=bash
|
|
# vim: filetype=zsh
|
|
# dotenv-linter:off LowercaseKey, KeyWithoutValue, ExtraBlankLine, EndingBlankLine
|
|
#
|
|
# Homebrew configuration
|
|
|
|
export HOMEBREW_AUTOREMOVE=true
|
|
export HOMEBREW_AUTO_UPDATE_SECS=86400
|
|
export HOMEBREW_CLEANUP_MAX_AGE_DAYS=30
|
|
export HOMEBREW_NO_ENV_HINTS=1
|