nushell/crates/nu-utils
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
..
src sync $env.config.explore with Explore::run 2023-07-13 19:38:54 +02:00
.gitignore added nu-utils crate, fixed issue where externals turn off vt processing (#4857) 2022-03-16 17:21:06 -05:00
Cargo.toml Bump to 0.82.1 dev version (#9543) 2023-06-27 21:33:53 +02:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00