{bash,zsh}rc: fix pn alias

This commit is contained in:
Aminda Suomalainen 2025-03-29 08:45:41 +02:00
parent 7a5e7fbf9c
commit 6fe050db25
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View File

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

View File

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