added ohmyzsh section to README
Basic shell command to add zoxide via ohmyzsh plugin manager Tested and working with ohmyzsh on my ubuntu machine after installing zoxide with cargo The command may be able to be made shorter or more portable.
This commit is contained in:
parent
f9f1db8f30
commit
22b5ba4430
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue