Skip to content

Commit

Permalink
Add tcsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jul 4, 2024
1 parent 44fba78 commit d703faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/src/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace
subcmd
->add_option("-s,--shell", shell_type.get_cli_config<std::string>(), shell_type.description())
->check(CLI::IsMember(std::set<std::string>(
{ "bash", "posix", "powershell", "cmd.exe", "xonsh", "zsh", "fish", "csh", "dash", "nu" }
{ "bash", "posix", "powershell", "cmd.exe", "xonsh", "zsh", "fish", "csh", "tcsh", "dash", "nu" }
)));
}

Expand Down

0 comments on commit d703faa

Please sign in to comment.