@@ -99,15 +99,15 @@ module EnvConfig
9999 } ,
100100 HOMEBREW_CACHE : {
101101 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`." ,
104104 default : HOMEBREW_DEFAULT_CACHE ,
105105 } ,
106106 HOMEBREW_CASK_OPTS : {
107107 description : "Append these options to all `cask` commands. All `--*dir` options, " \
108108 "`--language`, `--require-sha`, `--no-quarantine` and `--no-binaries` are supported. " \
109109 "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`:" \
111111 "\n \n `export HOMEBREW_CASK_OPTS=\" --appdir=${HOME}/Applications --fontdir=/Library/Fonts\" `" ,
112112 } ,
113113 HOMEBREW_CLEANUP_MAX_AGE_DAYS : {
@@ -317,7 +317,7 @@ module EnvConfig
317317 description : "Consult this file for the list of formulae to check by default when no formula argument " \
318318 "is passed to `brew livecheck`." ,
319319 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." ,
321321 default : "#{ ENV . fetch ( "HOMEBREW_USER_CONFIG_HOME" ) } /livecheck_watchlist.txt" ,
322322 } ,
323323 HOMEBREW_LOCK_CONTEXT : {
@@ -326,8 +326,8 @@ module EnvConfig
326326 } ,
327327 HOMEBREW_LOGS : {
328328 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`." ,
331331 default : HOMEBREW_DEFAULT_LOGS ,
332332 } ,
333333 HOMEBREW_MAKE_JOBS : {
@@ -450,9 +450,9 @@ module EnvConfig
450450 boolean : true ,
451451 } ,
452452 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 " \
454454 "fetching Git repositories over SSH." ,
455- default_text : "`${HOME} /.ssh/config`" ,
455+ default_text : "`~ /.ssh/config`" ,
456456 } ,
457457 HOMEBREW_SUDO_THROUGH_SUDO_USER : {
458458 description : "If set, Homebrew will use the `SUDO_USER` environment variable to define the user to " \
0 commit comments