Provided by: kitty_0.32.2-1build3_amd64 bug

Name

       kitten-run-shell - Run the user's shell with shell integration enabled

Usage

       kitten run-shell [options] [optional cmd to run before running the shell ...]

Description

       Run the users's configured shell. If the shell supports shell integration, enable it based
       on the user's configured shell_integration setting.

Options

       --shell-integration
              Specify  a  value  for  the  shell_integration  option,  overriding  the  one  from
              kitty.conf.

       --shell [=.]
              Specify  the shell command to run. The default value of . will use the parent shell
              if recognized, falling back to the value of the shell option from kitty.conf.

       --env  Specify an env var to set before running the shell. Of the  form  KEY=VAL.  Can  be
              specified multiple times. If no = is present KEY is unset.

       --cwd  The working directory to use when executing the shell.

       --help, -h
              Show help for this command