mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
add config "filesize_metric = true" for default formatting of filesize (#3045)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
filesize_format = "B" # can be b, kb, kib, mb, mib, gb, gib, etc
|
||||
filesize_metric = true # true => (KB, MB, GB), false => (KiB, MiB, GiB)
|
||||
skip_welcome_message = true
|
||||
disable_table_indexes = false
|
||||
nonzero_exit_errors = true
|
||||
|
Reference in New Issue
Block a user