mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:30:32 +01:00
edited nushell table style
This commit is contained in:
parent
60d585b841
commit
a9b467728e
|
@ -2,6 +2,9 @@ let carapace_completer = {|spans|
|
||||||
carapace $spans.0 nushell $spans | from json
|
carapace $spans.0 nushell $spans | from json
|
||||||
}
|
}
|
||||||
$env.config = {
|
$env.config = {
|
||||||
|
table: {
|
||||||
|
mode: light
|
||||||
|
}
|
||||||
show_banner: false,
|
show_banner: false,
|
||||||
completions: {
|
completions: {
|
||||||
case_sensitive: false # case-sensitive completions
|
case_sensitive: false # case-sensitive completions
|
||||||
|
|
Loading…
Reference in a new issue