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