# Shell Run shell commands. ## Usage Type in ``, where `` is the configured prefix (default in [Configuration](#Configuration)) and `` is the command you want to run. ## Configuration ```ron // /shell.ron Config( prefix: ":sh", // Override the shell used to launch the command shell: None, ) ```