Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Evalcache
Commits
872cece6
Unverified
Commit
872cece6
authored
Apr 29, 2021
by
Berkan Ünal
Committed by
GitHub
Apr 29, 2021
Browse files
Add missing slash
Co-authored-by:
Matthew Rothenberg
<
mrothenberg@gmail.com
>
parent
ba341fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
872cece6
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment