0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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
@ -18,4 +18,4 @@ Please find detailed installation guide [`here`](https://github.com/clvv/fasd#in
|-------|-------------------------------------------|-------------------------------------------------------------|
| v | `fasd -f -e "$EDITOR"` | List frequent/recent files matching the given filename. |
| o | `fasd -a -e xdg-open` | List frequent/recent files and directories matching. |
| j | `fasd_cd -d -i` | cd with interactive selection |
| j | `fasd_cd -d -i` | cd with interactive selection |