mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-02-03 20:48:30 +00:00
fix: Add missing module to list of modules (#294)
Have added the missing hostname module to the list of all modules.
This commit is contained in:
parent
2bdfcb1373
commit
4f17bae315
@ -14,10 +14,11 @@ pub const ALL_MODULES: &[&str] = &[
|
|||||||
"git_branch",
|
"git_branch",
|
||||||
"git_status",
|
"git_status",
|
||||||
"golang",
|
"golang",
|
||||||
|
"hostname",
|
||||||
"jobs",
|
"jobs",
|
||||||
"line_break",
|
"line_break",
|
||||||
"nodejs",
|
|
||||||
"nix_shell",
|
"nix_shell",
|
||||||
|
"nodejs",
|
||||||
"package",
|
"package",
|
||||||
"python",
|
"python",
|
||||||
"ruby",
|
"ruby",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user