update plugin url
had html page link url instead of raw url
This commit is contained in:
parent
22b5ba4430
commit
01669fccc9
|
|
@ -69,7 +69,7 @@ antibody bundle ajeetdsouza/zoxide
|
||||||
Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
Using [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
|
||||||
|
|
||||||
```sh
|
```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
|
mkdir -p $HOME/.oh-my-zsh/custom/plugins/zoxide && curl https://raw.githubusercontent.com/ajeetdsouza/zoxide/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`
|
Then add `zoxide` to the plugins section in your `.zshrc`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue