summaryrefslogtreecommitdiffstats
path: root/src/print.rs
diff options
context:
space:
mode:
authorYoussef Habri <youssef.habri@gmail.com>2019-05-20 02:26:12 +0000
committerMatan Kushner <hello@matchai.me>2019-05-19 22:26:12 -0400
commit08b238114e69aee9154b627eafdb1f3814dee670 (patch)
tree395037e233725df168a57a0b7c9d103ccacfc326 /src/print.rs
parenta213114e9ae47d6b84ac4278a963dbd45cc4241a (diff)
feat: Implement the prompt module for username (#56)
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 f4e5ae950..97717ad6f 100644
--- a/src/print.rs
+++ b/src/print.rs
@@ -8,6 +8,7 @@ use crate::modules;
pub fn prompt(args: ArgMatches) {
let prompt_order = vec![
+ "username",
"directory",
"git_branch",
"git_status",