mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
{bash,zsh}rc: s/WARNING!/Information:/g for corepack else
This commit is contained in:
parent
bcabcfcdb1
commit
54ebd58447
@ -603,7 +603,7 @@ if hash corepack 2> /dev/null; then
|
||||
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
||||
fi
|
||||
else
|
||||
echo "WARNING! corepack is not installed."
|
||||
echo "Information: corepack is not installed."
|
||||
fi
|
||||
|
||||
# https://pnpm.io/installation#using-a-shorter-alias
|
||||
|
Loading…
Reference in New Issue
Block a user