diff --git a/docs/Manpage.md b/docs/Manpage.md index e330e3b1113f2..b1d7c47d41ded 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -3564,8 +3564,12 @@ User-specific environment files take precedence over prefix-specific files and prefix-specific files take precedence over system-wide files (unless `HOMEBREW_SYSTEM_ENV_TAKES_PRIORITY` is set, see below). -Note that these files do not support shell variable expansion e.g. `$HOME` or -command execution e.g. `$(cat file)`. +>[!IMPORTANT] +> +>Note that Homebrew's environment files are not shell scripts. +> +>- They do **not** support shell variable expansion, e.g. `$HOME` or command execution, e.g. `$(cat file)`. +>- They **cannot** parse the "`export`" command syntax, and should only contain key-value pairs, e.g. `HOMEBREW_ENV_VAR=VALUE` `HOMEBREW_ALLOWED_TAPS`