mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(env_var): allow multiple instances (#2797)
Allows displaying multiple instances of the env_var module.
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ pub struct FullConfig<'a> {
|
||||
dotnet: dotnet::DotnetConfig<'a>,
|
||||
elixir: elixir::ElixirConfig<'a>,
|
||||
elm: elm::ElmConfig<'a>,
|
||||
env_var: env_var::EnvVarConfig<'a>,
|
||||
env_var: IndexMap<String, env_var::EnvVarConfig<'a>>,
|
||||
erlang: erlang::ErlangConfig<'a>,
|
||||
gcloud: gcloud::GcloudConfig<'a>,
|
||||
git_branch: git_branch::GitBranchConfig<'a>,
|
||||
|
||||
Reference in New Issue
Block a user