fix(crystal): Add Crystal module to default prompt order (#1140)
This commit is contained in:
parent
6eb32eb55d
commit
2c30f4bd9e
|
@ -50,6 +50,7 @@ impl<'a> RootModuleConfig<'a> for StarshipRootConfig<'a> {
|
||||||
"memory_usage",
|
"memory_usage",
|
||||||
"aws",
|
"aws",
|
||||||
"env_var",
|
"env_var",
|
||||||
|
"crystal",
|
||||||
"cmd_duration",
|
"cmd_duration",
|
||||||
"custom",
|
"custom",
|
||||||
"line_break",
|
"line_break",
|
||||||
|
|
|
@ -103,6 +103,7 @@ pub fn description(module: &str) -> &'static str {
|
||||||
}
|
}
|
||||||
"cmd_duration" => "How long the last command took to execute",
|
"cmd_duration" => "How long the last command took to execute",
|
||||||
"conda" => "The current conda environment, if $CONDA_DEFAULT_ENV is set",
|
"conda" => "The current conda environment, if $CONDA_DEFAULT_ENV is set",
|
||||||
|
"crystal" => "The currently installed version of Crystal",
|
||||||
"directory" => "The current working directory",
|
"directory" => "The current working directory",
|
||||||
"docker_context" => "The current docker context",
|
"docker_context" => "The current docker context",
|
||||||
"dotnet" => "The relevant version of the .NET Core SDK for the current directory",
|
"dotnet" => "The relevant version of the .NET Core SDK for the current directory",
|
||||||
|
|
Loading…
Reference in New Issue