mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Add auto-expanding table view to default config (#7172)
This commit is contained in:
parent
d89d1894d0
commit
a896892ac9
@ -305,7 +305,7 @@ let-env config = {
|
|||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
display_output: {
|
display_output: {
|
||||||
$nothing
|
if (term size).columns >= 100 { table -e } else { table }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
menus: [
|
menus: [
|
||||||
|
Loading…
Reference in New Issue
Block a user