feat: Show git_status counts (#434)

The git_status module can show the count of files next to their respective symbols.
This commit is contained in:
Brian Low
2019-10-26 00:20:20 -06:00
committed by Matan Kushner
parent 59148ac4ad
commit 2710d02709
6 changed files with 523 additions and 187 deletions
+1
View File
@@ -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;