mirror of
https://github.com/mickael-menu/zk
synced 2024-11-17 09:25:44 +00:00
464 B
464 B
Setting your default shell
This is currently not supported on Windows (that defaults always to cmd
).
You can customize which shell to use to run aliases and commands either from the configuration file or environment variables. In order of precedence, zk
will use:
ZK_SHELL
environment variableshell
configuration property[tool] shell = "/bin/bash"
SHELL
environment variablesh
as fallback