mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-09 15:38:27 +00:00
fix(haskell): add description for haskell, used by the explain command (#1141)
This commit is contained in:
parent
2c30f4bd9e
commit
decd4e2a5d
@ -113,6 +113,7 @@ pub fn description(module: &str) -> &'static str {
|
|||||||
"git_state" => "The current git operation, and it's progress",
|
"git_state" => "The current git operation, and it's progress",
|
||||||
"git_status" => "Symbol representing the state of the repo",
|
"git_status" => "Symbol representing the state of the repo",
|
||||||
"golang" => "The currently installed version of Golang",
|
"golang" => "The currently installed version of Golang",
|
||||||
|
"haskell" => "The currently used version of Haskell",
|
||||||
"hg_branch" => "The active branch of the repo in your current directory",
|
"hg_branch" => "The active branch of the repo in your current directory",
|
||||||
"hostname" => "The system hostname",
|
"hostname" => "The system hostname",
|
||||||
"java" => "The currently installed version of Java",
|
"java" => "The currently installed version of Java",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user