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.
Every function runs its command through this shell.
Configuration¶
For the shell field and related root options, see
Configuration → Root fields.
Related¶
- Function — produces the command that the shell runs
- Config file — where
shellis set