summaryrefslogtreecommitdiffstats
path: root/src/print.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-05-13 22:43:11 -0600
committerGitHub <noreply@github.com>2019-05-13 22:43:11 -0600
commit90d6e6cf0b22520a5177e8e842acbb142482e4eb (patch)
tree710276850e7632a6b22237775b69422fdc320f01 /src/print.rs
parentc95bb6057178748cf235c566ea00320cf392cbfa (diff)
Implement the git status module (#45)
Diffstat (limited to 'src/print.rs')
-rw-r--r--src/print.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.rs b/src/print.rs
index 2f26ddcc1..f4e5ae950 100644
--- a/src/print.rs
+++ b/src/print.rs
@@ -10,6 +10,7 @@ pub fn prompt(args: ArgMatches) {
let prompt_order = vec![
"directory",
"git_branch",
+ "git_status",
"package",
"nodejs",
"rust",