Unverified Commit 872cece6 authored by Berkan Ünal's avatar Berkan Ünal Committed by GitHub
Browse files

Add missing slash


Co-authored-by: default avatarMatthew Rothenberg <mrothenberg@gmail.com>
parent ba341fa3
......@@ -63,7 +63,7 @@ Antigen will handle cloning the plugin for you automatically the next time you s
git clone https://github.com/mroth/evalcache ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/evalcache
```
2. Edit `~.zshrc` to add *evalcache* to your plugin list,
2. Edit `~/.zshrc` to add *evalcache* to your plugin list,
```diff
- plugins=(...)
+ plugins=(... evalcache)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment