Skip to content

Commit

Permalink
Simply direct to reload terminal if pnpm still not in path
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Feb 9, 2024
1 parent 4eba989 commit 4fc977c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@

if ! command -v pnpm >/dev/null; then
echo "pnpm command not found in PATH"
echo "Please run the command below or reload your terminal, then run this script again"
echo "source ~/.zshrc"
echo "Please reload your terminal, then run this script again"
exit 1
fi

Expand Down

0 comments on commit 4fc977c

Please sign in to comment.