Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #19

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</h3></td></tr>
<tr>
<td align="center">
<a target="_self" href="https://github.com/zplugin/zsh-eza/actions/workflows/trunk-check.yml">
<a target="_self" href="https://github.com/z-shell/zsh-eza/actions/workflows/trunk-check.yml">
<img align="center" src="https://github.com/z-shell/zsh-eza/actions/workflows/trunk-check.yml/badge.svg?branch=main" alt="⭕ Trunk Check" />
</a>
<a target="_self" href="https://open.vscode.dev/z-shell/zsh-eza/">
Expand Down Expand Up @@ -70,29 +70,29 @@ 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:

```shell
zi wait lucid for \
has'eza' atinit'AUTOCD=1' \
zplugin/zsh-eza
z-shell/zsh-eza
```

### With [Oh My Zsh](https://ohmyz.sh/)
Expand All @@ -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.