diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 09:01:27 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 09:01:27 -0600 |
| commit | 78e468fe6150ddeb49867749b28f5b0fdaf7ccdc (patch) | |
| tree | 0c4783665ff825c96bb48d5f5e703cabbfba9363 /resources | |
| parent | 038a5facc4d3761dbb2ebbf807fbfd308cc023eb (diff) | |
config
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/nushell/config.nu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/nushell/config.nu b/resources/nushell/config.nu index 34b883a..132db0e 100644 --- a/resources/nushell/config.nu +++ b/resources/nushell/config.nu @@ -224,10 +224,10 @@ $env.config = { use_ls_colors: true # set this to true to enable file/path/directory completions using LS_COLORS } - filesize: { - metric: false # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard) - format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, auto - } + # filesize: { + # metric: false # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard) + # format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, auto + # } cursor_shape: { emacs: line # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (line is the default) |
