Browse Source

fix(completions): changed quote in --almost-all completion

Changed from "`" to "'" as it is in others completions
MartinFillon 2 years ago
parent
commit
4b4fd1933c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      completions/zsh/_eza

+ 1 - 1
completions/zsh/_eza

@@ -28,7 +28,7 @@ __eza() {
         --group-directories-first"[Sort directories before other files]" \
         --git-ignore"[Ignore files mentioned in '.gitignore']" \
         {-a,--all}"[Show hidden and 'dot' files. Use this twice to also show the '.' and '..' directories]" \
-        {-A,--almost-all}"[Equivalent to --all; included for compatibility with `ls -A`]" \
+        {-A,--almost-all}"[Equivalent to --all; included for compatibility with 'ls -A']" \
         {-d,--list-dirs}"[List directories like regular files]" \
         {-D,--only-dirs}"[List only directories]" \
         {-f,--only-files}"[List only files]" \