Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Feb 9, 2024
1 parent 6b6704c commit a47b945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
echo "Preparing pnpm..."
curl -fsSL https://get.pnpm.io/install.sh | sh - >/dev/null

# automatically reload .zshrc if pnpm isn't already in the path
if ! command -v pnpm >/dev/null; then
source ~/.zshrc # only automatically reload .zshrc if pnpm isn't already in the path
source ~/.zshrc
fi

if ! command -v pnpm >/dev/null; then
Expand Down

0 comments on commit a47b945

Please sign in to comment.