From dddae21ddb63af3eb0326e092a5c60b4d1e2a4dc Mon Sep 17 00:00:00 2001 From: KaBanks <20971850+KaBankz@users.noreply.github.com> Date: Wed, 8 May 2024 13:19:21 -0400 Subject: [PATCH] Add warp terminal entry (#404) --- programs/warp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/warp.json diff --git a/programs/warp.json b/programs/warp.json new file mode 100644 index 0000000..b2a1bdf --- /dev/null +++ b/programs/warp.json @@ -0,0 +1,10 @@ +{ + "name": "warp", + "files": [ + { + "path": "$HOME/.warp", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/warpdotdev/Warp/issues/814\n" + } + ] +}