mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
alias pn=pnpm
|
alias pn="corepack pnpm"
|
||||||
|
|
||||||
# github-pages etc.
|
# github-pages etc.
|
||||||
if hash bundle 2> /dev/null; then
|
if hash bundle 2> /dev/null; then
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -583,7 +583,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
alias pn=pnpm
|
alias pn="corepack pnpm"
|
||||||
|
|
||||||
# github-pages etc.
|
# github-pages etc.
|
||||||
if hash bundle 2>/dev/null; then
|
if hash bundle 2>/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user