update plugin url

had html page link url instead of raw url
This commit is contained in:
Riley Shea 2020-03-09 03:45:49 -04:00 committed by GitHub
parent 22b5ba4430
commit 01669fccc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ 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
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`