{bash,zsh}rc: alias pn to pnpm as per their documentation suggestion

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

View File

@ -592,6 +592,9 @@ else
echo "WARNING! corepack is not installed."
fi
# https://pnpm.io/installation#using-a-shorter-alias
alias pn=pnpm
# github-pages etc.
if hash bundle 2> /dev/null; then
alias jekyll="bundle exec jekyll"

View File

@ -582,6 +582,9 @@ else
echo "WARNING! corepack is not installed."
fi
# https://pnpm.io/installation#using-a-shorter-alias
alias pn=pnpm
# github-pages etc.
if hash bundle 2>/dev/null; then
alias jekyll="bundle exec jekyll"