{bash,zsh}rc: s/WARNING!/Information:/g for corepack else

This commit is contained in:
Aminda Suomalainen 2024-07-06 08:36:09 +03:00
parent bcabcfcdb1
commit 54ebd58447
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -593,7 +593,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