mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 03:36:53 +02: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