diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-21 00:22:34 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-21 00:22:34 +0000 |
| commit | 6f285dddf7c6ba51ba9e486fb1c6809661847f2a (patch) | |
| tree | 5dff58960ae53c0dcce1c5f8e61f847ffdbcc45b /resources/nushell/config.nu | |
| parent | 0b9be465194cf7f4462936e6d797beaf5b978839 (diff) | |
| parent | 41bb50dba8c42b8cd7e7c1719d7793a1ca279157 (diff) | |
Merge branch 'master' of ssh://bosco:2200/srv/git/.flake
Diffstat (limited to 'resources/nushell/config.nu')
| -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) |
