Skip to content

Commit

Permalink
docs: use $ZSH_CUSTOM variable in Oh My ZSH (#166)
Browse files Browse the repository at this point in the history
Use `$ZSH_CUSTOM/plugins` instead of `$ZSH/custom/plugins`
  • Loading branch information
mahmoudsaeed authored Feb 20, 2022
1 parent 462c032 commit 7878372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Clone `zsh-vi-mode` into your custom plugins repo

```shell
git clone https://github.com/jeffreytse/zsh-vi-mode \
$ZSH/custom/plugins/zsh-vi-mode
$ZSH_CUSTOM/plugins/zsh-vi-mode
```
Then load as a plugin in your `.zshrc`

Expand Down

0 comments on commit 7878372

Please sign in to comment.