mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:45:04 +02:00
remove config use_grid_icons, move to parameter of grid command (#13788)
# Description After looking at #13751 I noticed that the config setting `use_grid_icons` seems out of place. So, I removed it from the config and made it a parameter to the `grid` command.
This commit is contained in:
@ -227,7 +227,6 @@ $env.config = {
|
||||
}
|
||||
|
||||
color_config: $dark_theme # if you want a more interesting theme, you can replace the empty record with `$dark_theme`, `$light_theme` or another custom record
|
||||
use_grid_icons: true
|
||||
footer_mode: 25 # always, never, number_of_rows, auto
|
||||
float_precision: 2 # the precision for displaying floats in tables
|
||||
buffer_editor: null # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL
|
||||
|
Reference in New Issue
Block a user