chore(fish): turn off homebrew auto-update

This commit is contained in:
Stefan Imhoff
2025-02-14 14:24:07 +01:00
parent 9414eea6d6
commit 12759bae60

View File

@@ -34,6 +34,8 @@ else
set brew_prefix /usr/local set brew_prefix /usr/local
end end
set -x HOMEBREW_NO_AUTO_UPDATE 1
# XDG base directory specification # XDG base directory specification
set -x XDG_CACHE_HOME $HOME/.cache set -x XDG_CACHE_HOME $HOME/.cache
set -x XDG_CONFIG_HOME $HOME/.config set -x XDG_CONFIG_HOME $HOME/.config