1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-19 09:29:02 +00:00

fix: Fix exception caused by the golang module

Fixes #148
This commit is contained in:
Matan Kushner 2019-08-13 15:06:10 -04:00
parent bab69c01c4
commit d296432908
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -16,7 +16,7 @@ const PROMPT_ORDER: &[&str] = &[
"nodejs", "nodejs",
"rust", "rust",
"python", "python",
"go", "golang",
"cmd_duration", "cmd_duration",
"line_break", "line_break",
"jobs", "jobs",