mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29: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"
|
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "WARNING! corepack is not installed."
|
echo "Information: corepack is not installed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
|
2
rc/zshrc
2
rc/zshrc
@ -593,7 +593,7 @@ if hash corepack 2>/dev/null; then
|
|||||||
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
alias prettier="pnpm exec prettier --cache --ignore-unknown"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "WARNING! corepack is not installed."
|
echo "Information: corepack is not installed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://pnpm.io/installation#using-a-shorter-alias
|
# https://pnpm.io/installation#using-a-shorter-alias
|
||||||
|
Loading…
Reference in New Issue
Block a user