mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{bash,zsh}rc: alias pn to pnpm as per their documentation suggestion
This commit is contained in:
parent
21060d03b9
commit
33e39466ca
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user