Revert "Hide 7925" (#8500)

Revert nushell/nushell#8359
Turn `[empty list]` on by default again
This commit is contained in:
Artemiy
2023-03-17 22:58:13 +03:00
committed by GitHub
parent 77e9f8d7df
commit 491a9c019c
3 changed files with 4 additions and 3 deletions

View File

@ -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(),