Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: "Run Warp locally with shell"
|
||||
command: "WARP_SHELL_PATH={{shell}} cargo run"
|
||||
description: "Runs warp with the particular shell so devs don't need to change their login shell to test a different shell locally"
|
||||
arguments:
|
||||
- name: shell
|
||||
description: path of shell to use
|
||||
author: Warp Team
|
||||
shells: []
|
||||
---
|
||||
name: "Run Warp locally with shell 2: Electric Boogaloo"
|
||||
command: "WARP_SHELL_PATH={{shell}} cargo run"
|
||||
description: "Runs warp with the particular shell so devs don't need to change their login shell to test a different shell locally"
|
||||
arguments:
|
||||
- name: shell
|
||||
description: path of shell to use
|
||||
author: Warp Team
|
||||
shells: []
|
||||
Reference in New Issue
Block a user