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 410b1fc + 25984a5 commit 0f46368Copy full SHA for 0f46368
1 file changed
Library/Homebrew/cmd/shellenv.sh
@@ -81,6 +81,7 @@ homebrew-shellenv() {
81
if [[ "${HOMEBREW_SHELL_NAME}" == "zsh" ]] || [[ "${HOMEBREW_SHELL_NAME}" == "-zsh" ]]
82
then
83
echo "fpath[1,0]=\"${HOMEBREW_PREFIX}/share/zsh/site-functions\";"
84
+ echo "export FPATH;"
85
fi
86
if [[ -n "${PATH_HELPER_ROOT}" ]]
87
0 commit comments