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.