1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fasd: fix plugins name in README (#8483)

This commit is contained in:
Anatoli Babenia
2019-12-18 13:06:39 +03:00
committed by Marc Cornellà
parent ad1169bf39
commit 7dddfe0a39

View File

@@ -5,7 +5,7 @@
To use it, add `fasd` to the plugins array in your zshrc file:
```zsh
plugins=(... fd)
plugins=(... fasd)
```
## Installation