Skip to content

Commit

Permalink
Merge pull request #19 from neiromaster/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ss-o authored Oct 13, 2023
2 parents 3facb55 + 520f0b4 commit 64cfa03
Showing 1 changed file with 6 additions and 6 deletions.
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.

0 comments on commit 64cfa03

Please sign in to comment.