Fix instructions in README

This commit is contained in:
Ajeet D'Souza 2020-03-10 03:06:54 +05:30
parent 14befa8bad
commit 6d91b4e3c4
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ zinit light ajeetdsouza/zoxide
Using [antigen](https://github.com/zsh-users/antigen):
```sh
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle ajeetdsouza/zoxide
```
Using [zgen](https://github.com/tarjoilija/zgen):
@ -87,7 +87,7 @@ zgen load ajeetdsouza/zoxide
Using [zplug](https://github.com/zplug/zplug):
```sh
zplug "zsh-users/zsh-history-substring-search"
zplug "ajeetdsouza/zoxide"
```
If you'd rather not use a package manager, add the contents of [zoxide.plugin.zsh](zoxide.plugin.zsh) to your `.zshrc`.