1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-26 11:42:36 +00:00
starship/src
Martin Slot e6c5571fc9
fix: let-env warning when using nushell (#4893)
Fixed a startup error, when using nushell.

The nushell warns about not using `let-env` for configuring `config`. I have removed the `load-env` and just added a `let-env` for the `config` as the documentation recommends: https://www.nushell.sh/book/environment.html#let-env
2023-02-11 14:05:39 +01:00
..
configs build(deps): update rust crate os_info to 3.6.0 (#4878) 2023-02-07 12:52:14 +01:00
formatter chore: fix new clippy lints (#4557) 2022-11-05 12:40:46 +01:00
init fix: let-env warning when using nushell (#4893) 2023-02-11 14:05:39 +01:00
modules build(deps): update rust crate os_info to 3.6.0 (#4878) 2023-02-07 12:52:14 +01:00
test feat(fossil_branch): add fossil_branch module (#4806) 2023-01-31 09:06:46 +01:00
bug_report.rs chore: fix clippy warnings for rust 1.66 (#4715) 2022-12-17 18:01:27 +01:00
config.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
configure.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
context.rs chore: fix clippy warnings for rust 1.67 (#4855) 2023-01-27 18:33:24 +09:00
lib.rs refactor: replace module_config_derive with serde (#3786) 2022-03-26 10:42:19 +01:00
logger.rs chore: fix clippy warnings for rust 1.67 (#4855) 2023-01-27 18:33:24 +09:00
main.rs feat(config): Adds support for --profile <custom profile name> (#3467) 2023-01-11 21:25:36 -06:00
module.rs feat(fossil_branch): add fossil_branch module (#4806) 2023-01-31 09:06:46 +01:00
print.rs chore: fix clippy warnings for rust 1.67 (#4855) 2023-01-27 18:33:24 +09:00
segment.rs refactor: replace ansi_term with nu_ansi_term (#4339) 2022-09-04 18:44:54 +02:00
serde_utils.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
utils.rs feat(fossil_branch): add fossil_branch module (#4806) 2023-01-31 09:06:46 +01:00