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:
parent
850163ed11
commit
b5f6a79520
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user