shell
You can set shell.program
to the path of your favorite shell, e.g. /bin/fish
.
Entries in shell.args
are passed unmodified as arguments to the shell.
Default:
- (macOS) user login shell
- (Linux/BSD) user login shell
- (Windows) powershell
Shell Examples
- MacOS using fish shell from bin path:
[shell]
program = "/bin/fish"
args = ["--login"]