Skip to content

Commit

Permalink
fix chezmoi missing after fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
jls5177 committed Jul 23, 2022
1 parent 00ff518 commit cf0a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SCRIPTS_ROOT=$(cd "$(dirname "${BASH_SOURCE}")" && pwd -P)
source "${SCRIPTS_ROOT}/lib/init.sh"

# Make sure common user bin directories are on the path
export PATH="$HOME/bin:$SRC_ROOT/bin:$PATH"
export PATH="$HOME/bin:$SRC_ROOT/bin:/opt/homebrew/bin:$PATH"

SECRETS="${SECRETS:-}"

Expand Down

0 comments on commit cf0a4c0

Please sign in to comment.