1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

add nushell to list of shells

This commit is contained in:
Wez Furlong 2021-05-01 19:32:43 -07:00
parent 850163ed11
commit b5f6a79520

View File

@ -1110,7 +1110,7 @@ pub struct Config {
impl_lua_conversion!(Config);
fn default_stateless_process_list() -> Vec<String> {
["bash", "sh", "zsh", "fish", "tmux"]
["bash", "sh", "zsh", "fish", "tmux", "nu"]
.iter()
.map(|s| s.to_string())
.collect()