diff --git a/schema/mise.json b/schema/mise.json index a867e8625d..bb09cc5ef0 100644 --- a/schema/mise.json +++ b/schema/mise.json @@ -1959,6 +1959,14 @@ ] } }, + "shell_alias": { + "description": "shell aliases", + "type": "object", + "additionalProperties": { + "description": "command to run", + "type": "string" + } + }, "env": { "oneOf": [ {