@@ -99,15 +99,15 @@ module EnvConfig
99
99
} ,
100
100
HOMEBREW_CACHE : {
101
101
description : "Use this directory as the download cache." ,
102
- default_text : "macOS: `$HOME /Library/Caches/Homebrew`, " \
103
- "Linux: `$XDG_CACHE_HOME/Homebrew` or `$HOME /.cache/Homebrew`." ,
102
+ default_text : "macOS: `~ /Library/Caches/Homebrew`, " \
103
+ "Linux: `$XDG_CACHE_HOME/Homebrew` or `~ /.cache/Homebrew`." ,
104
104
default : HOMEBREW_DEFAULT_CACHE ,
105
105
} ,
106
106
HOMEBREW_CASK_OPTS : {
107
107
description : "Append these options to all `cask` commands. All `--*dir` options, " \
108
108
"`--language`, `--require-sha`, `--no-quarantine` and `--no-binaries` are supported. " \
109
109
"For example, you might add something like the following to your " \
110
- "`${HOME} /.profile`, `${HOME} /.bash_profile`, or `${HOME} /.zshenv`:" \
110
+ "`~ /.profile`, `~ /.bash_profile`, or `~ /.zshenv`:" \
111
111
"\n \n `export HOMEBREW_CASK_OPTS=\" --appdir=${HOME}/Applications --fontdir=/Library/Fonts\" `" ,
112
112
} ,
113
113
HOMEBREW_CLEANUP_MAX_AGE_DAYS : {
@@ -317,7 +317,7 @@ module EnvConfig
317
317
description : "Consult this file for the list of formulae to check by default when no formula argument " \
318
318
"is passed to `brew livecheck`." ,
319
319
default_text : "`${XDG_CONFIG_HOME}/homebrew/livecheck_watchlist.txt` if `$XDG_CONFIG_HOME` is set " \
320
- "or `${HOME} /.homebrew/livecheck_watchlist.txt` otherwise." ,
320
+ "or `~ /.homebrew/livecheck_watchlist.txt` otherwise." ,
321
321
default : "#{ ENV . fetch ( "HOMEBREW_USER_CONFIG_HOME" ) } /livecheck_watchlist.txt" ,
322
322
} ,
323
323
HOMEBREW_LOCK_CONTEXT : {
@@ -326,8 +326,8 @@ module EnvConfig
326
326
} ,
327
327
HOMEBREW_LOGS : {
328
328
description : "Use this directory to store log files." ,
329
- default_text : "macOS: `${HOME} /Library/Logs/Homebrew`, " \
330
- "Linux: `${XDG_CACHE_HOME}/Homebrew/Logs` or `${HOME} /.cache/Homebrew/Logs`." ,
329
+ default_text : "macOS: `~ /Library/Logs/Homebrew`, " \
330
+ "Linux: `${XDG_CACHE_HOME}/Homebrew/Logs` or `~ /.cache/Homebrew/Logs`." ,
331
331
default : HOMEBREW_DEFAULT_LOGS ,
332
332
} ,
333
333
HOMEBREW_MAKE_JOBS : {
@@ -450,9 +450,9 @@ module EnvConfig
450
450
boolean : true ,
451
451
} ,
452
452
HOMEBREW_SSH_CONFIG_PATH : {
453
- description : "If set, Homebrew will use the given config file instead of `${HOME} /.ssh/config` when " \
453
+ description : "If set, Homebrew will use the given config file instead of `~ /.ssh/config` when " \
454
454
"fetching Git repositories over SSH." ,
455
- default_text : "`${HOME} /.ssh/config`" ,
455
+ default_text : "`~ /.ssh/config`" ,
456
456
} ,
457
457
HOMEBREW_SUDO_THROUGH_SUDO_USER : {
458
458
description : "If set, Homebrew will use the `SUDO_USER` environment variable to define the user to " \
0 commit comments