Commit 7dddfe0a authored by Anatoli Babenia's avatar Anatoli Babenia Committed by Marc Cornellà
Browse files

fasd: fix plugins name in README (#8483)

parent ad1169bf
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
To use it, add `fasd` to the plugins array in your zshrc file: To use it, add `fasd` to the plugins array in your zshrc file:
```zsh ```zsh
plugins=(... fd) plugins=(... fasd)
``` ```
## Installation ## Installation
...@@ -18,4 +18,4 @@ Please find detailed installation guide [`here`](https://github.com/clvv/fasd#in ...@@ -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. | | 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. | | 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 |
\ No newline at end of file
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