Skip to content

Commit c6f3ffa

Browse files
committed
Call path_helper to use the default commands in the setup
1 parent e7ff65b commit c6f3ffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fi
2525
echo "Installing and initializing chezmoi"
2626

2727
env -i HOME="$HOME" GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" /bin/bash --noprofile --norc << EOF
28+
eval "$(/usr/libexec/path_helper -s)"
2829
eval \$("$brew" shellenv)
2930
HOMEBREW_NO_AUTO_UPDATE=1 "$brew" install chezmoi
3031
chezmoi init --verbose --apply $account

0 commit comments

Comments
 (0)