summaryrefslogtreecommitdiffstats
path: root/src/configs/mod.rs
diff options
context:
space:
mode:
authorBrian Low <github@brianlow.com>2019-10-26 00:20:20 -0600
committerMatan Kushner <hello@matchai.me>2019-10-26 15:20:20 +0900
commit2710d0270946fc3ba83eeabd9d7ec4cdc86f36bb (patch)
tree7ee499d73e57225250a2e2a22ca8cb973247bbb9 /src/configs/mod.rs
parent59148ac4add692e208f6268155151da1335ba8b7 (diff)
feat: Show git_status counts (#434)
The git_status module can show the count of files next to their respective symbols.
Diffstat (limited to 'src/configs/mod.rs')
-rw-r--r--src/configs/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configs/mod.rs b/src/configs/mod.rs
index 0025c683d..62bae5842 100644
--- a/src/configs/mod.rs
+++ b/src/configs/mod.rs
@@ -7,6 +7,7 @@ pub mod directory;
pub mod dotnet;
pub mod env_var;
pub mod git_branch;
+pub mod git_status;
pub mod go;
pub mod hostname;
pub mod jobs;