Explorar el Código

feat(zsh): add -X/--dereference completions

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
632dfff562
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      completions/zsh/_exa

+ 1 - 0
completions/zsh/_exa

@@ -51,6 +51,7 @@ __exa() {
         --no-time"[Suppress the time field]" \
         {-u,--accessed}"[Use the accessed timestamp field]" \
         {-U,--created}"[Use the created timestamp field]" \
+        {-X,--dereference}"[dereference symlinks for file information]" \
         --git"[List each file's Git status, if tracked]" \
         {-@,--extended}"[List each file's extended attributes and sizes]" \
         '*:filename:_files'