You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: print shell reload hint after fresh install (#317)
A curl|bash install runs in a child process and cannot mutate the
caller's live PATH, so the new playground/pg command isn't found until
the shell reloads. Detect a fresh install and print the exact source
command for the user's shell (zsh/bash/fish) so they can use it now.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
install.sh now prints a shell-specific reload hint (`source ~/.zshrc` / `~/.bashrc` / fish config, or open a new terminal) on a fresh install, so users aren't left with a `playground`/`pg` command that isn't found until they manually reload their shell.
0 commit comments