You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help: "Specify a value for the shell_integration option, overriding the one from kitty.conf.",
48
48
})
49
49
sc.Add(cli.OptionSpec{
50
-
Name: "--shell",
51
-
Help: "Specify the shell command to run. If not specified the value of the shell option from kitty.conf is used.",
50
+
Name: "--shell",
51
+
Default: ".",
52
+
Help: "Specify the shell command to run. The default value of :code:`.` will use the parent shell if recognized, falling back to the value of the :code:`shell` option from kitty.conf.",
0 commit comments