We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4367434 + 82c06ad commit c2fa0ddCopy full SHA for c2fa0dd
1 file changed
plugins/warp/scripts/on-session-start.sh
@@ -13,7 +13,7 @@ fi
13
if ! command -v jq &>/dev/null; then
14
cat << 'EOF'
15
{
16
- "systemMessage": "⚠️ Warp notifications require jq — install it with your system package manager (e.g. brew install jq, apt install jq)"
+ "systemMessage": "🚨 Warp notifications require jq! Install it with your system package manager (e.g. brew install jq, apt install jq) 🚨"
17
}
18
EOF
19
exit 0
0 commit comments