mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-11 17:47:31 +02:00
{bash,zsh}rc: fix pn alias
This commit is contained in:
parent
7a5e7fbf9c
commit
6fe050db25
@ -640,7 +640,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
alias pn="corepack pnpm"
|
alias pn="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
@ -628,7 +628,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
alias pn="corepack pnpm"
|
alias pn="pnpm"
|
||||||
|
|
||||||
# github-pages etc.
|
# github-pages etc.
|
||||||
if hash bundle 2> /dev/null; then
|
if hash bundle 2> /dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user