Add ruby to default module ordering (#217)

This commit is contained in:
Kevin Song
2019-08-21 12:41:01 -07:00
committed by GitHub
parent 1943da86ce
commit 360ea988e5
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ const DEFAULT_PROMPT_ORDER: &[&str] = &[
"git_status",
"package",
"nodejs",
"ruby",
"rust",
"python",
"golang",