mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
Compare commits
No commits in common. "a76b159eb361d371ff8838898000ef78831a1398" and "a62664de3ef1f2a0dd8055eb0e4661408b44f94e" have entirely different histories.
a76b159eb3
...
a62664de3e
@ -612,7 +612,7 @@ if hash corepack 2> /dev/null; then
|
||||
alias npm="corepack npm"
|
||||
alias npx="corepack npx"
|
||||
if ! hash prettier 2> /dev/null; then
|
||||
alias prettier="pnpx prettier --cache --ignore-unknown"
|
||||
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
||||
fi
|
||||
else
|
||||
echo "Information: corepack is not installed."
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -602,7 +602,7 @@ if hash corepack 2>/dev/null; then
|
||||
alias npm="corepack npm"
|
||||
alias npx="corepack npx"
|
||||
if ! hash prettier 2>/dev/null; then
|
||||
alias prettier="corepack pnpx prettier --cache --ignore-unknown"
|
||||
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
||||
fi
|
||||
else
|
||||
echo "Information: corepack is not installed."
|
||||
|
Loading…
Reference in New Issue
Block a user