Skip to content

Commit

Permalink
doc: Add install instructions for zi (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito authored Jan 24, 2025
1 parent b0ab182 commit 0d01b04
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Bash
</tr>

<tr>
<td rowspan="2"> Zsh </td>
<td rowspan="3"> Zsh </td>
<td>

[`zplug`](https://github.com/zplug/zplug) (powerful plugin manager for zsh):
Expand Down Expand Up @@ -383,6 +383,22 @@ and then load as a plugin in your zshrc.
plugins+=(enhancd)
```

</td>
</tr>
<tr>
<!-- <td> Zsh </td> -->
<td>

[`zi`](https://wiki.zshell.dev) user:

Load as a plugin in your zshrc.

```bash
# .zshrc
e src"init.sh"
zi load b4b4r07/enhancd
```

</td>
</tr>
<tr>
Expand Down

0 comments on commit 0d01b04

Please sign in to comment.