{bash,zsh}rc: actually make the pn alias point to corepack pnpm

This commit is contained in:
Aminda Suomalainen 2024-06-21 12:37:21 +03:00
parent 33e39466ca
commit e0ce8904e1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ else
fi
# https://pnpm.io/installation#using-a-shorter-alias
alias pn=pnpm
alias pn="corepack pnpm"
# github-pages etc.
if hash bundle 2> /dev/null; then

View File

@ -583,7 +583,7 @@ else
fi
# https://pnpm.io/installation#using-a-shorter-alias
alias pn=pnpm
alias pn="corepack pnpm"
# github-pages etc.
if hash bundle 2>/dev/null; then