We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a07b80 commit 82c06adCopy full SHA for 82c06ad
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