From 520f0b48f07aae4f7d044bb99725c1a6fd5b8198 Mon Sep 17 00:00:00 2001 From: Maxim Gavrilenko Date: Tue, 3 Oct 2023 17:37:27 +0300 Subject: [PATCH] Update README.md Fixed links to the plugin repository Signed-off-by: Maxim Gavrilenko --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 26b838e..a44fcbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ - + ⭕ Trunk Check @@ -70,21 +70,21 @@ zi light eza-community/eza To install add to the `.zshrc` file: ```shell -zi light zplugin/zsh-eza +zi light z-shell/zsh-eza ``` Install only if eza exists and enable auto list directories: ```shell zi ice has'eza' atinit'AUTOCD=1' -zi light zplugin/zsh-eza +zi light z-shell/zsh-eza ``` Install only if eza exists and enable auto list directories in turbo mode: ```shell zi ice wait lucid has'eza' atinit'AUTOCD=1' -zi light zplugin/zsh-eza +zi light z-shell/zsh-eza ``` Install only if eza exists and enable auto list directories in turbo mode with the for syntax: @@ -92,7 +92,7 @@ Install only if eza exists and enable auto list directories in turbo mode with t ```shell zi wait lucid for \ has'eza' atinit'AUTOCD=1' \ - zplugin/zsh-eza + z-shell/zsh-eza ``` ### With [Oh My Zsh](https://ohmyz.sh/) @@ -109,4 +109,4 @@ plugins=(... zsh-eza) ### With Zplug -Add `zplug zplugin/zsh-eza` to your `~/.zshrc` and re-open your terminal session. +Add `zplug z-shell/zsh-eza` to your `~/.zshrc` and re-open your terminal session.