amtoine 173bdbba5b
sync $env.config.explore with Explore::run
i followed what happens in
```rust
let mut config = nu_config.explore.clone();
include_nu_config(&mut config, &style_computer);
update_config(&mut config, show_index, show_head);
prepare_default_config(&mut config);
```
2023-07-13 19:38:54 +02:00
..
2023-06-27 21:33:53 +02:00