mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
add filesize_metric comment (#6760)
This commit is contained in:
parent
7d5d53cf85
commit
de77cb0cc4
@ -240,7 +240,7 @@ let light_theme = {
|
||||
# The default config record. This is where much of your global configuration is setup.
|
||||
let-env config = {
|
||||
external_completer: $nothing # check 'carapace_completer' above to as example
|
||||
filesize_metric: false
|
||||
filesize_metric: false # true => (KB, MB, GB), false => (KiB, MiB, GiB)
|
||||
table_mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
|
||||
use_ls_colors: true
|
||||
rm_always_trash: false
|
||||
|
Loading…
Reference in New Issue
Block a user