diff --git a/rc/bashrc b/rc/bashrc index b540e4d4..b812d4fc 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -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 diff --git a/rc/zshrc b/rc/zshrc index c202b2f3..79c59cf9 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -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