diff --git a/micromamba/src/shell.cpp b/micromamba/src/shell.cpp index 040cc7bddb..b1df2ae4ee 100644 --- a/micromamba/src/shell.cpp +++ b/micromamba/src/shell.cpp @@ -32,7 +32,7 @@ namespace subcmd ->add_option("-s,--shell", shell_type.get_cli_config(), shell_type.description()) ->check(CLI::IsMember(std::set( - { "bash", "posix", "powershell", "cmd.exe", "xonsh", "zsh", "fish", "csh", "dash", "nu" } + { "bash", "posix", "powershell", "cmd.exe", "xonsh", "zsh", "fish", "csh", "tcsh", "dash", "nu" } ))); }