1
0
Эх сурвалжийг харах

docs(readme): fix codeblocks in zsh completions

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 жил өмнө
parent
commit
570bbbb7c9
1 өөрчлөгдсөн 4 нэмэгдсэн , 3 устгасан
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -219,7 +219,7 @@ scoop install eza
    
 ```sh
 git clone https://github.com/eza-community/eza.git
-\```
+```
 
 **Add the completion path to your zsh configuration**:
    
@@ -227,13 +227,14 @@ Replace `<path_to_eza>` with the actual path where you cloned the `eza` reposito
 
 ```sh
 echo 'export FPATH="<path_to_eza>/completions/zsh:$FPATH"' >> ~/.zshrc
-\```
+```
 
 **Reload your zsh configuration**:
    
 ```sh
 source ~/.zshrc
-\```
+```
+
 ---
 
 Click sections to expand.