We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e847d58 + 25d32f2 commit 410b1fcCopy full SHA for 410b1fc
2 files changed
Library/Homebrew/extend/os/linux/cask/config.rb
@@ -11,7 +11,7 @@ module ClassMethods
11
DEFAULT_DIRS = T.let({
12
vst_plugindir: "~/.vst",
13
vst3_plugindir: "~/.vst3",
14
- fontdir: "#{ENV.fetch("XDG_DATA_HOME", "~/.local/share")}/fonts",
+ fontdir: "#{ENV.fetch("HOMEBREW_XDG_DATA_HOME", "~/.local/share")}/fonts",
15
appdir: "~/.config/apps",
16
}.freeze, T::Hash[Symbol, String])
17
bin/brew
@@ -235,6 +235,7 @@ USED_BY_HOMEBREW_VARS=(
235
XDG_CACHE_HOME
236
XDG_CONFIG_HOME
237
XDG_DATA_DIRS
238
+ XDG_DATA_HOME
239
XDG_RUNTIME_DIR
240
ZDOTDIR
241
)
0 commit comments