Răsfoiți Sursa

feat(git): zsh add git-status-.* completions

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 ani în urmă
părinte
comite
07da3fbe8c
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      completions/zsh/_eza

+ 3 - 1
completions/zsh/_eza

@@ -53,9 +53,11 @@ __eza() {
         {-u,--accessed}"[Use the accessed timestamp field]" \
         {-U,--created}"[Use the created timestamp field]" \
         --git"[List each file's Git status, if tracked]" \
+        --git-repos"[List each git-repos status and branch name]" \
+        --git-repos-no-status"[List each git-repos branch name (much faster)]" \
         {-@,--extended}"[List each file's extended attributes and sizes]" \
         {-Z,--context}"[List each file's security context]" \
         '*:filename:_files'
 }
 
-__exa
+__eza