Skip to content

Commit

Permalink
fix(setup): add the correct bin directory to PATH (#13946)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz authored Aug 11, 2022
1 parent 3d92547 commit 33625e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ install_from_archive() {
printf " ✓\n"

if [ "$modify_path" = "yes" ]; then
local _path="export PATH=$PATH:$prefix"
local _path="export PATH=$PATH:$prefix/bin"
add_to_path "${HOME}/.zprofile" "${_path}"
add_to_path "${HOME}/.profile" "${_path}"
fi
Expand Down

0 comments on commit 33625e7

Please sign in to comment.