Skip to content

Shell

The program that runs your command, by default /bin/bash. Commands run as bash -c "your command", so pipes and redirects work.

You can change the shell globally with the shell key in your config file.

Choosing the shell

Root of config.yaml
shell: /bin/bash

Every function runs its command through this shell.

Configuration

For the shell field and related root options, see Configuration → Root fields.