fix for nushell update.
This commit is contained in:
parent
c6ff995e7b
commit
43b18124c4
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ $env.config = {
|
|||
completions: {
|
||||
algorithm: "fuzzy" # prefix or fuzzy
|
||||
}
|
||||
filesize: {
|
||||
metric: true # 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)
|
||||
vi_insert: line # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (block is the default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue