forked from extern/nushell
Revert "Hide 7925" (#8500)
Revert nushell/nushell#8359 Turn `[empty list]` on by default again
This commit is contained in:
@ -107,7 +107,7 @@ impl Default for Config {
|
||||
Config {
|
||||
filesize_metric: false,
|
||||
table_mode: "rounded".into(),
|
||||
table_show_empty: false,
|
||||
table_show_empty: true,
|
||||
external_completer: None,
|
||||
use_ls_colors: true,
|
||||
color_config: HashMap::new(),
|
||||
|
Reference in New Issue
Block a user