diff --git a/README.md b/README.md index 8b2aa36..9946198 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ Using [antibody](https://github.com/getantibody/antibody): antibody bundle ajeetdsouza/zoxide ``` +Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) + +```sh +mkdir -p $HOME/.oh-my-zsh/custom/plugins/zoxide && curl https://github.com/ajeetdsouza/zoxide/raw/master/zoxide.plugin.zsh -o $HOME/.oh-my-zsh/custom/plugins/zoxide/zoxide.plugin.zsh +``` + +Then add `zoxide` to the plugins section in your `.zshrc` + Using [zinit](https://github.com/zdharma/zinit): ```sh