Explorar o código

Modify git repo clean/dirty indicators

	modified:   src/output/render/git.rs
alpn %!s(int64=4) %!d(string=hai) anos
pai
achega
d5381b3ea3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/output/render/git.rs

+ 2 - 2
src/output/render/git.rs

@@ -30,8 +30,8 @@ impl f::SubdirGitRepo {
 
         let s = match self.status {
             f::SubdirGitRepoStatus::NoRepo => style.paint("- "),
-            f::SubdirGitRepoStatus::GitClean => style.bold().fg(Color::Green).paint("V "),
-            f::SubdirGitRepoStatus::GitDirty => style.bold().fg(Color::Red).paint("X "),
+            f::SubdirGitRepoStatus::GitClean => style.fg(Color::Green).paint("| "),
+            f::SubdirGitRepoStatus::GitDirty => style.bold().fg(Color::Red).paint("- "),
         };
 
         TextCell {