mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
parent
0ea7a38c21
commit
8fdc272bcc
@ -92,7 +92,7 @@ impl Default for Config {
|
||||
partial_completions: true,
|
||||
completion_algorithm: "prefix".into(),
|
||||
edit_mode: "emacs".into(),
|
||||
max_history_size: 1000,
|
||||
max_history_size: i64::MAX,
|
||||
sync_history_on_enter: true,
|
||||
log_level: String::new(),
|
||||
keybindings: Vec::new(),
|
||||
|
Loading…
Reference in New Issue
Block a user