kitty_env
Modify environment variables for new kitty windows. Set variables with NAME=VALUE or unset by providing NAME alone.
Instructions
Change environment variables seen by newly launched kitty windows. Use "NAME=VALUE" to set a variable, or just "NAME" (without =) to unset it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Environment variable specs. "NAME=VALUE" to set, "NAME" to unset. Example: ["EDITOR=vim", "OLDVAR"]. Required. |