Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 464 Bytes

tool-shell.md

File metadata and controls

14 lines (11 loc) · 464 Bytes

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:

  1. ZK_SHELL environment variable
  2. shell configuration property
    [tool]
    shell = "/bin/bash"
  3. SHELL environment variable
  4. sh as fallback