Skip to content

Commit

Permalink
Merge pull request #882 from Homebrew/printf-fish-only
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu authored Sep 27, 2024
2 parents 8fc35fd + e64196d commit b1c25a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,9 @@ EOS
fi
else
cat <<EOS
- Run these two commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
printf '%s\n' '' 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
- Run these commands in your terminal to add Homebrew to your ${tty_bold}PATH${tty_reset}:
echo >> ${shell_rcfile}
echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"' >> ${shell_rcfile}
eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"
EOS
fi
Expand Down

0 comments on commit b1c25a7

Please sign in to comment.