Преглед изворни кода

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

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 2 година
родитељ
комит
632dfff562
1 измењених фајлова са 1 додато и 0 уклоњено
  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'