From 643fa5cf7e8ab5c365b2591a42e4adcc4ffe3249 Mon Sep 17 00:00:00 2001 From: Yogansh Sharma Date: Mon, 13 Nov 2023 20:51:51 +0530 Subject: [PATCH] fix(docs): Escape ``` in zsh completions - fixes #631 --- completions/zsh/_eza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_eza b/completions/zsh/_eza index 1e81c434..53c379c8 100644 --- a/completions/zsh/_eza +++ b/completions/zsh/_eza @@ -29,7 +29,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]" \