Skip to content

Commit

Permalink
Fix instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Mar 9, 2020
1 parent 14befa8 commit 6d91b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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`.
Expand Down

0 comments on commit 6d91b4e

Please sign in to comment.