Loading Thucde.dev
Preparing the next view.
echo $SHELL
This will likely output either /bin/zsh (for Zsh, the default in recent macOS versions) or /bin/bash (for Bash).
nano ~/.zshrc
For Zsh
nano ~/.zshrc
For Zsh
alias pn="pnpm"
Ctrl + X, then Y, and finally Enter.source command on your configuration file:source ~/.zshrc
For Zsh
source ~/.bash_profile
For Bash
pn in your terminal, and it will execute the pnpm command.