Skip to content

Commit

Permalink
Merge pull request #321 from babaorum/fix/documentation/oh-my-zsh-ins…
Browse files Browse the repository at this point in the history
…tall

make Oh my zsh install works without ZSH_CUSTOM defined
  • Loading branch information
ericfreese committed Apr 17, 2018
2 parents c7d4a85 + afc14f7 commit 67a364b
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 @@ -35,7 +35,7 @@ Requirements: Zsh v4.3.11 or later
1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)

```sh
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
```

2. Add the plugin to the list of plugins for Oh My Zsh to load:
Expand Down

0 comments on commit 67a364b

Please sign in to comment.