From f92b639343484facc32899a02bb69e87af8606d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:34:42 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Utils/Shell.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Utils/Shell.html b/docs/Utils/Shell.html index 18ed4460f..6b450c952 100644 --- a/docs/Utils/Shell.html +++ b/docs/Utils/Shell.html @@ -1057,7 +1057,7 @@

rc_profile = "#{Dir.home}/.rcrc" return rc_profile if File.exist? rc_profile when :zsh - return "#{ENV["ZDOTDIR"]}/.zshrc" if ENV["ZDOTDIR"].present? + return "#{ENV["HOMEBREW_ZDOTDIR"]}/.zshrc" if ENV["HOMEBREW_ZDOTDIR"].present? end SHELL_PROFILE_MAP.fetch(preferred, "~/.profile")