1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-02 08:30:50 +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_status",
"golang",
"hostname",
"jobs",
"line_break",
"nodejs",
"nix_shell",
"nodejs",
"package",
"python",
"ruby",