From c2449b7aa528e9b5a03d690a5a73b46d960e5841 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 29 May 2019 18:03:00 +0530 Subject: support zsh --- src/vcs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vcs.rs b/src/vcs.rs index aee4144..9673bc9 100644 --- a/src/vcs.rs +++ b/src/vcs.rs @@ -74,7 +74,7 @@ pub fn vcs_status() -> Option<(colored::ColoredString, colored::ColoredString)> repo_stat = stat_char.color(&git_index_modified_color[..]); }, // STATE: committed (changes have been saved in the repo) - _ => { } + _ => {} } } return Some((branch, repo_stat)) -- cgit v1.2.3