1
0
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:
Thomas O'Donnell 2019-09-05 17:33:24 +02:00 committed by Matan Kushner
parent 2bdfcb1373
commit 4f17bae315

View File

@ -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",